Html Css Color HEX #A352EA Amethyst

📋 copy color: '#A352EA'

red 163 ◦ green 82 ◦ blue 234

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

Shades of Amethyst #A352EA

Tints of Amethyst #A352EA

RGB

 RED value IS 163 (64.06% from 255) = 34.03%

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

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

R = 34.03%
G = 17.12%
B = 48.85%

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

#A352EA (or 0xA352EA) is known color: Amethyst. HEX triplet: A3, 52 and EA. RGB value is (163,82,234). Sum of RGB (Red+Green+Blue) = 163+82+234=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #A352EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352EA is #5CAD15. Grayscale: #7B7B7B. Windows color (decimal): -6073622 or 15356579. OLE color: 15356579.

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

Color convert

RGB 163 82 234 -
CMYK 0.30 0.65 0 0.08
HSL 271.97º 0.78% 0.62% -
HSV(B) 271.97º 0.65% 0.92% -
XYZ 32.97 19.76 79.92 -
YUV 123.55 190.34 156.14 -
System Red Green Blue C M Y K H S L
Decimal 163 82 234 0.30 0.65 0 0.08 271.97 0.78 0.62
Hex A3 52 EA 1E 41 0 8 110 4E 3E
Octal 243 122 352 36 101 0 10 420 116 76
Binary 10100011 1010010 11101010 11110 1000001 0 1000 100010000 1001110 111110

Color Harmonies of #A352EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352EA

Black with #A352EA

Text Example


Text Example

White with #A352EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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