Html Css Color HEX #A253DC Amethyst

📋 copy color: '#A253DC'

red 162 ◦ green 83 ◦ blue 220

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

Shades of Amethyst #A253DC

Tints of Amethyst #A253DC

RGB

 RED value IS 162 (63.67% from 255) = 34.84%

 GREEN value IS 83 (32.81% from 255) = 17.85%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 34.84%
G = 17.85%
B = 47.31%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A253DC (or 0xA253DC) is known color: Amethyst. HEX triplet: A2, 53 and DC. RGB value is (162,83,220). Sum of RGB (Red+Green+Blue) = 162+83+220=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #A253DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253DC is #5DAC23. Grayscale: #797979. Windows color (decimal): -6138916 or 14439330. OLE color: 14439330.

HSL color Cylindrical-coordinate representation of color #A253DC: hue angle of 274.6º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A253DC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 83 220 -
CMYK 0.26 0.62 0 0.14
HSL 274.6º 0.66% 0.59% -
HSV(B) 274.6º 0.62% 0.86% -
XYZ 30.91 19.04 69.76 -
YUV 122.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 162 83 220 0.26 0.62 0 0.14 274.6 0.66 0.59
Hex A2 53 DC 1A 3E 0 E 113 42 3B
Octal 242 123 334 32 76 0 16 423 102 73
Binary 10100010 1010011 11011100 11010 111110 0 1110 100010011 1000010 111011

Color Harmonies of #A253DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A253DC

Black with #A253DC

Text Example


Text Example

White with #A253DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A253DC; }

 p { color: rgb(162,83,220); }

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

background-color css

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

 a { background-color: rgb(162,83,220); }

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

border-color css

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

 span { border-color: rgb(162,83,220); }

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