Html Css Color HEX #AA62CF Amethyst

📋 copy color: '#AA62CF'

red 170 ◦ green 98 ◦ blue 207

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

Shades of Amethyst #AA62CF

Tints of Amethyst #AA62CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.58%

R = 35.79%
G = 20.63%
B = 43.58%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA62CF (or 0xAA62CF) is known color: Amethyst. HEX triplet: AA, 62 and CF. RGB value is (170,98,207). Sum of RGB (Red+Green+Blue) = 170+98+207=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA62CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62CF is #559D30. Grayscale: #838383. Windows color (decimal): -5610801 or 13591210. OLE color: 13591210.

HSL color Cylindrical-coordinate representation of color #AA62CF: hue angle of 279.63º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA62CF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 98 207 -
CMYK 0.18 0.53 0 0.19
HSL 279.63º 0.53% 0.6% -
HSV(B) 279.63º 0.53% 0.81% -
XYZ 32.21 21.79 61.54 -
YUV 131.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 170 98 207 0.18 0.53 0 0.19 279.63 0.53 0.6
Hex AA 62 CF 12 35 0 13 118 35 3C
Octal 252 142 317 22 65 0 23 430 65 74
Binary 10101010 1100010 11001111 10010 110101 0 10011 100011000 110101 111100

Color Harmonies of #AA62CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62CF

Black with #AA62CF

Text Example


Text Example

White with #AA62CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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