Html Css Color HEX #AF6ED2 Amethyst

📋 copy color: '#AF6ED2'

red 175 ◦ green 110 ◦ blue 210

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

Shades of Amethyst #AF6ED2

Tints of Amethyst #AF6ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.42%

R = 35.35%
G = 22.22%
B = 42.42%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF6ED2 (or 0xAF6ED2) is known color: Amethyst. HEX triplet: AF, 6E and D2. RGB value is (175,110,210). Sum of RGB (Red+Green+Blue) = 175+110+210=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF6ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ED2 is #50912D. Grayscale: #8C8C8C. Windows color (decimal): -5280046 or 13790895. OLE color: 13790895.

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

Color convert

RGB 175 110 210 -
CMYK 0.17 0.48 0 0.18
HSL 279º 0.53% 0.63% -
HSV(B) 279º 0.48% 0.82% -
XYZ 34.89 24.92 63.94 -
YUV 140.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 175 110 210 0.17 0.48 0 0.18 279 0.53 0.63
Hex AF 6E D2 11 30 0 12 117 35 3F
Octal 257 156 322 21 60 0 22 427 65 77
Binary 10101111 1101110 11010010 10001 110000 0 10010 100010111 110101 111111

Color Harmonies of #AF6ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ED2

Black with #AF6ED2

Text Example


Text Example

White with #AF6ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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