Html Css Color HEX #A152EB Amethyst

📋 copy color: '#A152EB'

red 161 ◦ green 82 ◦ blue 235

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

Shades of Amethyst #A152EB

Tints of Amethyst #A152EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 33.68%
G = 17.15%
B = 49.16%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A152EB (or 0xA152EB) is known color: Amethyst. HEX triplet: A1, 52 and EB. RGB value is (161,82,235). Sum of RGB (Red+Green+Blue) = 161+82+235=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #A152EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A152EB is #5EAD14. Grayscale: #7A7A7A. Windows color (decimal): -6204693 or 15422113. OLE color: 15422113.

HSL color Cylindrical-coordinate representation of color #A152EB: hue angle of 270.98º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A152EB is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 82 235 -
CMYK 0.31 0.65 0 0.08
HSL 270.98º 0.79% 0.62% -
HSV(B) 270.98º 0.65% 0.92% -
XYZ 32.71 19.61 80.66 -
YUV 123.06 191.17 155.06 -
System Red Green Blue C M Y K H S L
Decimal 161 82 235 0.31 0.65 0 0.08 270.98 0.79 0.62
Hex A1 52 EB 1F 41 0 8 10F 4F 3E
Octal 241 122 353 37 101 0 10 417 117 76
Binary 10100001 1010010 11101011 11111 1000001 0 1000 100001111 1001111 111110

Color Harmonies of #A152EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152EB

Black with #A152EB

Text Example


Text Example

White with #A152EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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