#af6dd7

Color #AF6DD7 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AF6DD7

Tints of Amethyst #AF6DD7

Color information

#AF6DD7 (or 0xAF6DD7) is unknown color: approx Amethyst. HEX triplet: AF, 6D and D7. RGB value is (175,109,215). Sum of RGB (Red+Green+Blue) = 175+109+215=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF6DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DD7 is #509228. Grayscale: #8C8C8C. Windows color (decimal): -5280297 or 14118319. OLE color: 14118319.

HSL color Cylindrical-coordinate representation of color #AF6DD7: hue angle of 277.36º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6DD7 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175109215-
CMYK0.190.4900.16
HSL277.36º56.99%63.53%-
HSV(B)277.36º49.3%84.31%-
XYZ35.4124.9667.24-
YUV140.82169.87152.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 109 (42.97% from 255) = 21.84%
BLUE value IS 215 (84.38% from 255) = 43.09%
R=35.07%
G=21.84%
B=43.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751092150.190.4900.16277.3656.9963.53
HexAF6DD713310101153940
Octal257155327236102042571100
Binary10101111110110111010111100111100010100001000101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6dd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6dd7; }

 p { color: rgb(175,109,215); }

 H1.HeaderClassName
 {
   color: #af6dd7;
 }
 .AnyTagClassName
 {
   color: #af6dd7;
 }
</style>
background-color css

<style>
 a { background-color: #af6dd7; }

 a { background-color: rgb(175,109,215); }

 div.DivClassName
 {
   background-color: #af6dd7;
 }
 .BgClassName
 {
   background-color: #af6dd7;
 }
</style>
border-color css

<style>
 span { border-color: #af6dd7; }

 span { border-color: rgb(175,109,215); }

 td.TdClassName
 {
   border-color: #af6dd7;
 }
 .TagClassName
 {
   border-color: #af6dd7;
 }
</style>