Html Css Color HEX #AA64CB Amethyst

📋 copy color: '#AA64CB'

red 170 ◦ green 100 ◦ blue 203

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

Shades of Amethyst #AA64CB

Tints of Amethyst #AA64CB

RGB

 RED value IS 170 (66.8% from 255) = 35.94%

 GREEN value IS 100 (39.45% from 255) = 21.14%

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

R = 35.94%
G = 21.14%
B = 42.92%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA64CB (or 0xAA64CB) is known color: Amethyst. HEX triplet: AA, 64 and CB. RGB value is (170,100,203). Sum of RGB (Red+Green+Blue) = 170+100+203=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA64CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64CB is #559B34. Grayscale: #848484. Windows color (decimal): -5610293 or 13329578. OLE color: 13329578.

HSL color Cylindrical-coordinate representation of color #AA64CB: hue angle of 280.78º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA64CB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 100 203 -
CMYK 0.16 0.51 0 0.20
HSL 280.78º 0.5% 0.59% -
HSV(B) 280.78º 0.51% 0.8% -
XYZ 31.91 21.97 59.06 -
YUV 132.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 170 100 203 0.16 0.51 0 0.20 280.78 0.5 0.59
Hex AA 64 CB 10 33 0 14 119 32 3B
Octal 252 144 313 20 63 0 24 431 62 73
Binary 10101010 1100100 11001011 10000 110011 0 10100 100011001 110010 111011

Color Harmonies of #AA64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64CB

Black with #AA64CB

Text Example


Text Example

White with #AA64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64CB; }

 p { color: rgb(170,100,203); }

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

background-color css

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

 a { background-color: rgb(170,100,203); }

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

border-color css

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

 span { border-color: rgb(170,100,203); }

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