Html Css Color HEX #A352DA Amethyst

📋 copy color: '#A352DA'

red 163 ◦ green 82 ◦ blue 218

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

Shades of Amethyst #A352DA

Tints of Amethyst #A352DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 35.21%
G = 17.71%
B = 47.08%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A352DA (or 0xA352DA) is known color: Amethyst. HEX triplet: A3, 52 and DA. RGB value is (163,82,218). Sum of RGB (Red+Green+Blue) = 163+82+218=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #A352DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352DA is #5CAD25. Grayscale: #797979. Windows color (decimal): -6073638 or 14308003. OLE color: 14308003.

HSL color Cylindrical-coordinate representation of color #A352DA: hue angle of 275.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A352DA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 82 218 -
CMYK 0.25 0.62 0 0.15
HSL 275.74º 0.65% 0.59% -
HSV(B) 275.74º 0.62% 0.85% -
XYZ 30.78 18.88 68.35 -
YUV 121.72 182.34 157.44 -
System Red Green Blue C M Y K H S L
Decimal 163 82 218 0.25 0.62 0 0.15 275.74 0.65 0.59
Hex A3 52 DA 19 3E 0 F 114 41 3B
Octal 243 122 332 31 76 0 17 424 101 73
Binary 10100011 1010010 11011010 11001 111110 0 1111 100010100 1000001 111011

Color Harmonies of #A352DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352DA

Black with #A352DA

Text Example


Text Example

White with #A352DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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