Html Css Color HEX #A452EE Amethyst

📋 copy color: '#A452EE'

red 164 ◦ green 82 ◦ blue 238

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

Shades of Amethyst #A452EE

Tints of Amethyst #A452EE

RGB

 RED value IS 164 (64.45% from 255) = 33.88%

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

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

R = 33.88%
G = 16.94%
B = 49.17%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A452EE (or 0xA452EE) is known color: Amethyst. HEX triplet: A4, 52 and EE. RGB value is (164,82,238). Sum of RGB (Red+Green+Blue) = 164+82+238=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #A452EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A452EE is #5BAD11. Grayscale: #7B7B7B. Windows color (decimal): -6008082 or 15618724. OLE color: 15618724.

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

Color convert

RGB 164 82 238 -
CMYK 0.31 0.66 0 0.07
HSL 271.54º 0.82% 0.63% -
HSV(B) 271.54º 0.66% 0.93% -
XYZ 33.76 20.1 82.99 -
YUV 124.3 192.17 156.32 -
System Red Green Blue C M Y K H S L
Decimal 164 82 238 0.31 0.66 0 0.07 271.54 0.82 0.63
Hex A4 52 EE 1F 42 0 7 110 52 3F
Octal 244 122 356 37 102 0 7 420 122 77
Binary 10100100 1010010 11101110 11111 1000010 0 111 100010000 1010010 111111

Color Harmonies of #A452EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A452EE

Black with #A452EE

Text Example


Text Example

White with #A452EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A452EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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