Html Css Color HEX #A66BCB Amethyst

📋 copy color: '#A66BCB'

red 166 ◦ green 107 ◦ blue 203

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

Shades of Amethyst #A66BCB

Tints of Amethyst #A66BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.48%

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 34.87%
G = 22.48%
B = 42.65%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A66BCB (or 0xA66BCB) is known color: Amethyst. HEX triplet: A6, 6B and CB. RGB value is (166,107,203). Sum of RGB (Red+Green+Blue) = 166+107+203=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A66BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BCB is #599434. Grayscale: #878787. Windows color (decimal): -5870645 or 13331366. OLE color: 13331366.

HSL color Cylindrical-coordinate representation of color #A66BCB: hue angle of 276.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66BCB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 107 203 -
CMYK 0.18 0.47 0 0.20
HSL 276.88º 0.48% 0.61% -
HSV(B) 276.88º 0.47% 0.8% -
XYZ 31.76 22.93 59.25 -
YUV 135.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 166 107 203 0.18 0.47 0 0.20 276.88 0.48 0.61
Hex A6 6B CB 12 2F 0 14 115 30 3D
Octal 246 153 313 22 57 0 24 425 60 75
Binary 10100110 1101011 11001011 10010 101111 0 10100 100010101 110000 111101

Color Harmonies of #A66BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BCB

Black with #A66BCB

Text Example


Text Example

White with #A66BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BCB; }

 p { color: rgb(166,107,203); }

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

background-color css

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

 a { background-color: rgb(166,107,203); }

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

border-color css

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

 span { border-color: rgb(166,107,203); }

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