Html Css Color HEX #A766CA Amethyst

📋 copy color: '#A766CA'

red 167 ◦ green 102 ◦ blue 202

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

Shades of Amethyst #A766CA

Tints of Amethyst #A766CA

RGB

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

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

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

R = 35.46%
G = 21.66%
B = 42.89%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A766CA (or 0xA766CA) is known color: Amethyst. HEX triplet: A7, 66 and CA. RGB value is (167,102,202). Sum of RGB (Red+Green+Blue) = 167+102+202=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #A766CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766CA is #589935. Grayscale: #848484. Windows color (decimal): -5806390 or 13264551. OLE color: 13264551.

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

Color convert

RGB 167 102 202 -
CMYK 0.17 0.50 0 0.21
HSL 279º 0.49% 0.6% -
HSV(B) 279º 0.5% 0.79% -
XYZ 31.35 21.98 58.47 -
YUV 132.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 167 102 202 0.17 0.50 0 0.21 279 0.49 0.6
Hex A7 66 CA 11 32 0 15 117 31 3C
Octal 247 146 312 21 62 0 25 427 61 74
Binary 10100111 1100110 11001010 10001 110010 0 10101 100010111 110001 111100

Color Harmonies of #A766CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766CA

Black with #A766CA

Text Example


Text Example

White with #A766CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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