Html Css Color HEX #AA62CC Amethyst

📋 copy color: '#AA62CC'

red 170 ◦ green 98 ◦ blue 204

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

Shades of Amethyst #AA62CC

Tints of Amethyst #AA62CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 36.02%
G = 20.76%
B = 43.22%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA62CC (or 0xAA62CC) is known color: Amethyst. HEX triplet: AA, 62 and CC. RGB value is (170,98,204). Sum of RGB (Red+Green+Blue) = 170+98+204=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA62CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62CC is #559D33. Grayscale: #838383. Windows color (decimal): -5610804 or 13394602. OLE color: 13394602.

HSL color Cylindrical-coordinate representation of color #AA62CC: hue angle of 280.75º degrees, saturation: 0.51, 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 #AA62CC is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 98 204 -
CMYK 0.17 0.52 0 0.2
HSL 280.75º 0.51% 0.59% -
HSV(B) 280.75º 0.52% 0.8% -
XYZ 31.84 21.64 59.63 -
YUV 131.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 170 98 204 0.17 0.52 0 0.2 280.75 0.51 0.59
Hex AA 62 CC 11 34 0 14 119 33 3B
Octal 252 142 314 21 64 0 24 431 63 73
Binary 10101010 1100010 11001100 10001 110100 0 10100 100011001 110011 111011

Color Harmonies of #AA62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62CC

Black with #AA62CC

Text Example


Text Example

White with #AA62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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