Html Css Color HEX #A766CB Amethyst

📋 copy color: '#A766CB'

red 167 ◦ green 102 ◦ blue 203

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

Shades of Amethyst #A766CB

Tints of Amethyst #A766CB

RGB

 RED value IS 167 (65.63% from 255) = 35.38%

 GREEN value IS 102 (40.23% from 255) = 21.61%

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

R = 35.38%
G = 21.61%
B = 43.01%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A766CB (or 0xA766CB) is known color: Amethyst. HEX triplet: A7, 66 and CB. RGB value is (167,102,203). Sum of RGB (Red+Green+Blue) = 167+102+203=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #A766CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766CB is #589934. Grayscale: #848484. Windows color (decimal): -5806389 or 13330087. OLE color: 13330087.

HSL color Cylindrical-coordinate representation of color #A766CB: hue angle of 278.61º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A766CB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 102 203 -
CMYK 0.18 0.50 0 0.20
HSL 278.61º 0.49% 0.6% -
HSV(B) 278.61º 0.5% 0.8% -
XYZ 31.47 22.03 59.09 -
YUV 132.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 167 102 203 0.18 0.50 0 0.20 278.61 0.49 0.6
Hex A7 66 CB 12 32 0 14 117 31 3C
Octal 247 146 313 22 62 0 24 427 61 74
Binary 10100111 1100110 11001011 10010 110010 0 10100 100010111 110001 111100

Color Harmonies of #A766CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766CB

Black with #A766CB

Text Example


Text Example

White with #A766CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766CB; }

 p { color: rgb(167,102,203); }

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

background-color css

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

 a { background-color: rgb(167,102,203); }

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

border-color css

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

 span { border-color: rgb(167,102,203); }

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