Html Css Color HEX #A452EA Amethyst

📋 copy color: '#A452EA'

red 164 ◦ green 82 ◦ blue 234

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

Shades of Amethyst #A452EA

Tints of Amethyst #A452EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 34.17%
G = 17.08%
B = 48.75%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A452EA (or 0xA452EA) is known color: Amethyst. HEX triplet: A4, 52 and EA. RGB value is (164,82,234). Sum of RGB (Red+Green+Blue) = 164+82+234=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #A452EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A452EA is #5BAD15. Grayscale: #7B7B7B. Windows color (decimal): -6008086 or 15356580. OLE color: 15356580.

HSL color Cylindrical-coordinate representation of color #A452EA: hue angle of 272.37º degrees, saturation: 0.78, 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 #A452EA is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 82 234 -
CMYK 0.30 0.65 0 0.08
HSL 272.37º 0.78% 0.62% -
HSV(B) 272.37º 0.65% 0.92% -
XYZ 33.18 19.87 79.93 -
YUV 123.85 190.17 156.64 -
System Red Green Blue C M Y K H S L
Decimal 164 82 234 0.30 0.65 0 0.08 272.37 0.78 0.62
Hex A4 52 EA 1E 41 0 8 110 4E 3E
Octal 244 122 352 36 101 0 10 420 116 76
Binary 10100100 1010010 11101010 11110 1000001 0 1000 100010000 1001110 111110

Color Harmonies of #A452EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A452EA

Black with #A452EA

Text Example


Text Example

White with #A452EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A452EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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