Html Css Color HEX #A252EE Amethyst

📋 copy color: '#A252EE'

red 162 ◦ green 82 ◦ blue 238

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

Shades of Amethyst #A252EE

Tints of Amethyst #A252EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.38%

R = 33.61%
G = 17.01%
B = 49.38%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A252EE (or 0xA252EE) is known color: Amethyst. HEX triplet: A2, 52 and EE. RGB value is (162,82,238). Sum of RGB (Red+Green+Blue) = 162+82+238=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #A252EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A252EE is #5DAD11. Grayscale: #7B7B7B. Windows color (decimal): -6139154 or 15618722. OLE color: 15618722.

HSL color Cylindrical-coordinate representation of color #A252EE: hue angle of 270.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A252EE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 82 238 -
CMYK 0.32 0.66 0 0.07
HSL 270.77º 0.82% 0.63% -
HSV(B) 270.77º 0.66% 0.93% -
XYZ 33.35 19.89 82.97 -
YUV 123.7 192.5 155.32 -
System Red Green Blue C M Y K H S L
Decimal 162 82 238 0.32 0.66 0 0.07 270.77 0.82 0.63
Hex A2 52 EE 20 42 0 7 10F 52 3F
Octal 242 122 356 40 102 0 7 417 122 77
Binary 10100010 1010010 11101110 100000 1000010 0 111 100001111 1010010 111111

Color Harmonies of #A252EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A252EE

Black with #A252EE

Text Example


Text Example

White with #A252EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A252EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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