Html Css Color HEX #A252DA Amethyst

📋 copy color: '#A252DA'

red 162 ◦ green 82 ◦ blue 218

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

Shades of Amethyst #A252DA

Tints of Amethyst #A252DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 35.06%
G = 17.75%
B = 47.19%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A252DA (or 0xA252DA) is known color: Amethyst. HEX triplet: A2, 52 and DA. RGB value is (162,82,218). Sum of RGB (Red+Green+Blue) = 162+82+218=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #A252DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252DA is #5DAD25. Grayscale: #787878. Windows color (decimal): -6139174 or 14308002. OLE color: 14308002.

HSL color Cylindrical-coordinate representation of color #A252DA: hue angle of 275.29º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A252DA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 82 218 -
CMYK 0.26 0.62 0 0.15
HSL 275.29º 0.65% 0.59% -
HSV(B) 275.29º 0.62% 0.85% -
XYZ 30.57 18.78 68.34 -
YUV 121.42 182.5 156.94 -
System Red Green Blue C M Y K H S L
Decimal 162 82 218 0.26 0.62 0 0.15 275.29 0.65 0.59
Hex A2 52 DA 1A 3E 0 F 113 41 3B
Octal 242 122 332 32 76 0 17 423 101 73
Binary 10100010 1010010 11011010 11010 111110 0 1111 100010011 1000001 111011

Color Harmonies of #A252DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A252DA

Black with #A252DA

Text Example


Text Example

White with #A252DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A252DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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