Html Css Color HEX #A66CBE Amethyst

📋 copy color: '#A66CBE'

red 166 ◦ green 108 ◦ blue 190

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

Shades of Amethyst #A66CBE

Tints of Amethyst #A66CBE

RGB

 RED value IS 166 (65.23% from 255) = 35.78%

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 35.78%
G = 23.28%
B = 40.95%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A66CBE (or 0xA66CBE) is known color: Amethyst. HEX triplet: A6, 6C and BE. RGB value is (166,108,190). Sum of RGB (Red+Green+Blue) = 166+108+190=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #A66CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CBE is #599341. Grayscale: #868686. Windows color (decimal): -5870402 or 12479654. OLE color: 12479654.

HSL color Cylindrical-coordinate representation of color #A66CBE: hue angle of 282.44º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A66CBE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 108 190 -
CMYK 0.13 0.43 0 0.25
HSL 282.44º 0.39% 0.58% -
HSV(B) 282.44º 0.43% 0.75% -
XYZ 30.38 22.55 51.47 -
YUV 134.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 166 108 190 0.13 0.43 0 0.25 282.44 0.39 0.58
Hex A6 6C BE D 2B 0 19 11A 27 3A
Octal 246 154 276 15 53 0 31 432 47 72
Binary 10100110 1101100 10111110 1101 101011 0 11001 100011010 100111 111010

Color Harmonies of #A66CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66CBE

Black with #A66CBE

Text Example


Text Example

White with #A66CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66CBE; }

 p { color: rgb(166,108,190); }

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

background-color css

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

 a { background-color: rgb(166,108,190); }

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

border-color css

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

 span { border-color: rgb(166,108,190); }

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