Html Css Color HEX #A66BCA Amethyst

📋 copy color: '#A66BCA'

red 166 ◦ green 107 ◦ blue 202

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

Shades of Amethyst #A66BCA

Tints of Amethyst #A66BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 34.95%
G = 22.53%
B = 42.53%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A66BCA (or 0xA66BCA) is known color: Amethyst. HEX triplet: A6, 6B and CA. RGB value is (166,107,202). Sum of RGB (Red+Green+Blue) = 166+107+202=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A66BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BCA is #599435. Grayscale: #878787. Windows color (decimal): -5870646 or 13265830. OLE color: 13265830.

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

Color convert

RGB 166 107 202 -
CMYK 0.18 0.47 0 0.21
HSL 277.26º 0.47% 0.61% -
HSV(B) 277.26º 0.47% 0.79% -
XYZ 31.64 22.89 58.63 -
YUV 135.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 166 107 202 0.18 0.47 0 0.21 277.26 0.47 0.61
Hex A6 6B CA 12 2F 0 15 115 2F 3D
Octal 246 153 312 22 57 0 25 425 57 75
Binary 10100110 1101011 11001010 10010 101111 0 10101 100010101 101111 111101

Color Harmonies of #A66BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BCA

Black with #A66BCA

Text Example


Text Example

White with #A66BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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