Html Css Color HEX #A352EE Amethyst

📋 copy color: '#A352EE'

red 163 ◦ green 82 ◦ blue 238

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

Shades of Amethyst #A352EE

Tints of Amethyst #A352EE

RGB

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

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

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

R = 33.75%
G = 16.98%
B = 49.28%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A352EE (or 0xA352EE) is known color: Amethyst. HEX triplet: A3, 52 and EE. RGB value is (163,82,238). Sum of RGB (Red+Green+Blue) = 163+82+238=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #A352EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352EE is #5CAD11. Grayscale: #7B7B7B. Windows color (decimal): -6073618 or 15618723. OLE color: 15618723.

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

Color convert

RGB 163 82 238 -
CMYK 0.32 0.66 0 0.07
HSL 271.15º 0.82% 0.63% -
HSV(B) 271.15º 0.66% 0.93% -
XYZ 33.55 19.99 82.98 -
YUV 124 192.34 155.82 -
System Red Green Blue C M Y K H S L
Decimal 163 82 238 0.32 0.66 0 0.07 271.15 0.82 0.63
Hex A3 52 EE 20 42 0 7 10F 52 3F
Octal 243 122 356 40 102 0 7 417 122 77
Binary 10100011 1010010 11101110 100000 1000010 0 111 100001111 1010010 111111

Color Harmonies of #A352EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352EE

Black with #A352EE

Text Example


Text Example

White with #A352EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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