Html Css Color HEX #AF6ECC Amethyst

📋 copy color: '#AF6ECC'

red 175 ◦ green 110 ◦ blue 204

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

Shades of Amethyst #AF6ECC

Tints of Amethyst #AF6ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 35.79%
G = 22.49%
B = 41.72%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF6ECC (or 0xAF6ECC) is known color: Amethyst. HEX triplet: AF, 6E and CC. RGB value is (175,110,204). Sum of RGB (Red+Green+Blue) = 175+110+204=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ECC is #509133. Grayscale: #8B8B8B. Windows color (decimal): -5280052 or 13397679. OLE color: 13397679.

HSL color Cylindrical-coordinate representation of color #AF6ECC: hue angle of 281.49º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF6ECC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 110 204 -
CMYK 0.14 0.46 0 0.2
HSL 281.49º 0.48% 0.62% -
HSV(B) 281.49º 0.46% 0.8% -
XYZ 34.15 24.63 60.08 -
YUV 140.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 175 110 204 0.14 0.46 0 0.2 281.49 0.48 0.62
Hex AF 6E CC E 2E 0 14 119 30 3E
Octal 257 156 314 16 56 0 24 431 60 76
Binary 10101111 1101110 11001100 1110 101110 0 10100 100011001 110000 111110

Color Harmonies of #AF6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ECC

Black with #AF6ECC

Text Example


Text Example

White with #AF6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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