Html Css Color HEX #AA62CB Amethyst

📋 copy color: '#AA62CB'

red 170 ◦ green 98 ◦ blue 203

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

Shades of Amethyst #AA62CB

Tints of Amethyst #AA62CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.81%

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

R = 36.09%
G = 20.81%
B = 43.1%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA62CB (or 0xAA62CB) is known color: Amethyst. HEX triplet: AA, 62 and CB. RGB value is (170,98,203). Sum of RGB (Red+Green+Blue) = 170+98+203=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA62CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62CB is #559D34. Grayscale: #838383. Windows color (decimal): -5610805 or 13329066. OLE color: 13329066.

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

Color convert

RGB 170 98 203 -
CMYK 0.16 0.52 0 0.20
HSL 281.14º 0.5% 0.59% -
HSV(B) 281.14º 0.52% 0.8% -
XYZ 31.72 21.59 59 -
YUV 131.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 170 98 203 0.16 0.52 0 0.20 281.14 0.5 0.59
Hex AA 62 CB 10 34 0 14 119 32 3B
Octal 252 142 313 20 64 0 24 431 62 73
Binary 10101010 1100010 11001011 10000 110100 0 10100 100011001 110010 111011

Color Harmonies of #AA62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62CB

Black with #AA62CB

Text Example


Text Example

White with #AA62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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