Html Css Color HEX #A152EE Amethyst

📋 copy color: '#A152EE'

red 161 ◦ green 82 ◦ blue 238

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

Shades of Amethyst #A152EE

Tints of Amethyst #A152EE

RGB

 RED value IS 161 (63.28% from 255) = 33.47%

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

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

R = 33.47%
G = 17.05%
B = 49.48%

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

#A152EE (or 0xA152EE) is known color: Amethyst. HEX triplet: A1, 52 and EE. RGB value is (161,82,238). Sum of RGB (Red+Green+Blue) = 161+82+238=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #A152EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A152EE is #5EAD11. Grayscale: #7A7A7A. Windows color (decimal): -6204690 or 15618721. OLE color: 15618721.

HSL color Cylindrical-coordinate representation of color #A152EE: hue angle of 270.38º 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 #A152EE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 82 238 -
CMYK 0.32 0.66 0 0.07
HSL 270.38º 0.82% 0.63% -
HSV(B) 270.38º 0.66% 0.93% -
XYZ 33.15 19.78 82.96 -
YUV 123.41 192.67 154.82 -
System Red Green Blue C M Y K H S L
Decimal 161 82 238 0.32 0.66 0 0.07 270.38 0.82 0.63
Hex A1 52 EE 20 42 0 7 10E 52 3F
Octal 241 122 356 40 102 0 7 416 122 77
Binary 10100001 1010010 11101110 100000 1000010 0 111 100001110 1010010 111111

Color Harmonies of #A152EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152EE

Black with #A152EE

Text Example


Text Example

White with #A152EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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