Html Css Color HEX #AF6CCE Amethyst

📋 copy color: '#AF6CCE'

red 175 ◦ green 108 ◦ blue 206

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

Shades of Amethyst #AF6CCE

Tints of Amethyst #AF6CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.09%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 35.79%
G = 22.09%
B = 42.13%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF6CCE (or 0xAF6CCE) is known color: Amethyst. HEX triplet: AF, 6C and CE. RGB value is (175,108,206). Sum of RGB (Red+Green+Blue) = 175+108+206=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF6CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CCE is #509331. Grayscale: #8A8A8A. Windows color (decimal): -5280562 or 13528239. OLE color: 13528239.

HSL color Cylindrical-coordinate representation of color #AF6CCE: hue angle of 281.02º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF6CCE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 108 206 -
CMYK 0.15 0.48 0 0.19
HSL 281.02º 0.5% 0.62% -
HSV(B) 281.02º 0.48% 0.81% -
XYZ 34.18 24.3 61.28 -
YUV 139.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 175 108 206 0.15 0.48 0 0.19 281.02 0.5 0.62
Hex AF 6C CE F 30 0 13 119 32 3E
Octal 257 154 316 17 60 0 23 431 62 76
Binary 10101111 1101100 11001110 1111 110000 0 10011 100011001 110010 111110

Color Harmonies of #AF6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CCE

Black with #AF6CCE

Text Example


Text Example

White with #AF6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CCE; }

 p { color: rgb(175,108,206); }

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

background-color css

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

 a { background-color: rgb(175,108,206); }

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

border-color css

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

 span { border-color: rgb(175,108,206); }

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