Html Css Color HEX #A352DE Amethyst

📋 copy color: '#A352DE'

red 163 ◦ green 82 ◦ blue 222

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

Shades of Amethyst #A352DE

Tints of Amethyst #A352DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 34.9%
G = 17.56%
B = 47.54%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A352DE (or 0xA352DE) is known color: Amethyst. HEX triplet: A3, 52 and DE. RGB value is (163,82,222). Sum of RGB (Red+Green+Blue) = 163+82+222=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #A352DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352DE is #5CAD21. Grayscale: #797979. Windows color (decimal): -6073634 or 14570147. OLE color: 14570147.

HSL color Cylindrical-coordinate representation of color #A352DE: hue angle of 274.71º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A352DE is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 82 222 -
CMYK 0.27 0.63 0 0.13
HSL 274.71º 0.68% 0.6% -
HSV(B) 274.71º 0.63% 0.87% -
XYZ 31.31 19.1 71.14 -
YUV 122.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 163 82 222 0.27 0.63 0 0.13 274.71 0.68 0.6
Hex A3 52 DE 1B 3F 0 D 113 44 3C
Octal 243 122 336 33 77 0 15 423 104 74
Binary 10100011 1010010 11011110 11011 111111 0 1101 100010011 1000100 111100

Color Harmonies of #A352DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352DE

Black with #A352DE

Text Example


Text Example

White with #A352DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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