Html Css Color HEX #AF6ED4 Amethyst

📋 copy color: '#AF6ED4'

red 175 ◦ green 110 ◦ blue 212

#AF6ED4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #AF6ED4

Tints of Amethyst #AF6ED4

RGB

 RED value IS 175 (68.75% from 255) = 35.21%

 GREEN value IS 110 (43.36% from 255) = 22.13%

 BLUE value IS 212 (83.2% from 255) = 42.66%

R = 35.21%
G = 22.13%
B = 42.66%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF6ED4 (or 0xAF6ED4) is known color: Amethyst. HEX triplet: AF, 6E and D4. RGB value is (175,110,212). Sum of RGB (Red+Green+Blue) = 175+110+212=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF6ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ED4 is #50912B. Grayscale: #8C8C8C. Windows color (decimal): -5280044 or 13921967. OLE color: 13921967.

HSL color Cylindrical-coordinate representation of color #AF6ED4: hue angle of 278.24º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF6ED4 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 110 212 -
CMYK 0.17 0.48 0 0.17
HSL 278.24º 0.54% 0.63% -
HSV(B) 278.24º 0.48% 0.83% -
XYZ 35.14 25.02 65.26 -
YUV 141.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 175 110 212 0.17 0.48 0 0.17 278.24 0.54 0.63
Hex AF 6E D4 11 30 0 11 116 36 3F
Octal 257 156 324 21 60 0 21 426 66 77
Binary 10101111 1101110 11010100 10001 110000 0 10001 100010110 110110 111111

Color Harmonies of #AF6ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ED4

Black with #AF6ED4

Text Example


Text Example

White with #AF6ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ED4; }

 p { color: rgb(175,110,212); }

 H1.HeaderClassName
 {
   color: #AF6ED4;
 }
 .AnyTagClassName
 {
   color: #AF6ED4;
 }
</style>

background-color css

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

 a { background-color: rgb(175,110,212); }

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

border-color css

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

 span { border-color: rgb(175,110,212); }

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