Html Css Color HEX #A452ED Amethyst

📋 copy color: '#A452ED'

red 164 ◦ green 82 ◦ blue 237

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

Shades of Amethyst #A452ED

Tints of Amethyst #A452ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 33.95%
G = 16.98%
B = 49.07%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A452ED (or 0xA452ED) is known color: Amethyst. HEX triplet: A4, 52 and ED. RGB value is (164,82,237). Sum of RGB (Red+Green+Blue) = 164+82+237=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #A452ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A452ED is #5BAD12. Grayscale: #7B7B7B. Windows color (decimal): -6008083 or 15553188. OLE color: 15553188.

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

Color convert

RGB 164 82 237 -
CMYK 0.31 0.65 0 0.07
HSL 271.74º 0.81% 0.63% -
HSV(B) 271.74º 0.65% 0.93% -
XYZ 33.61 20.04 82.22 -
YUV 124.19 191.67 156.4 -
System Red Green Blue C M Y K H S L
Decimal 164 82 237 0.31 0.65 0 0.07 271.74 0.81 0.63
Hex A4 52 ED 1F 41 0 7 110 51 3F
Octal 244 122 355 37 101 0 7 420 121 77
Binary 10100100 1010010 11101101 11111 1000001 0 111 100010000 1010001 111111

Color Harmonies of #A452ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A452ED

Black with #A452ED

Text Example


Text Example

White with #A452ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A452ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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