Html Css Color HEX #A252DD Amethyst

📋 copy color: '#A252DD'

red 162 ◦ green 82 ◦ blue 221

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

Shades of Amethyst #A252DD

Tints of Amethyst #A252DD

RGB

 RED value IS 162 (63.67% from 255) = 34.84%

 GREEN value IS 82 (32.42% from 255) = 17.63%

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 34.84%
G = 17.63%
B = 47.53%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A252DD (or 0xA252DD) is known color: Amethyst. HEX triplet: A2, 52 and DD. RGB value is (162,82,221). Sum of RGB (Red+Green+Blue) = 162+82+221=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #A252DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252DD is #5DAD22. Grayscale: #797979. Windows color (decimal): -6139171 or 14504610. OLE color: 14504610.

HSL color Cylindrical-coordinate representation of color #A252DD: hue angle of 274.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A252DD is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 82 221 -
CMYK 0.27 0.63 0 0.13
HSL 274.53º 0.67% 0.59% -
HSV(B) 274.53º 0.63% 0.87% -
XYZ 30.97 18.94 70.43 -
YUV 121.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 162 82 221 0.27 0.63 0 0.13 274.53 0.67 0.59
Hex A2 52 DD 1B 3F 0 D 113 43 3B
Octal 242 122 335 33 77 0 15 423 103 73
Binary 10100010 1010010 11011101 11011 111111 0 1101 100010011 1000011 111011

Color Harmonies of #A252DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A252DD

Black with #A252DD

Text Example


Text Example

White with #A252DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A252DD; }

 p { color: rgb(162,82,221); }

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

background-color css

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

 a { background-color: rgb(162,82,221); }

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

border-color css

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

 span { border-color: rgb(162,82,221); }

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