Html Css Color HEX #A453DD Amethyst

📋 copy color: '#A453DD'

red 164 ◦ green 83 ◦ blue 221

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

Shades of Amethyst #A453DD

Tints of Amethyst #A453DD

RGB

 RED value IS 164 (64.45% from 255) = 35.04%

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 35.04%
G = 17.74%
B = 47.22%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A453DD (or 0xA453DD) is known color: Amethyst. HEX triplet: A4, 53 and DD. RGB value is (164,83,221). Sum of RGB (Red+Green+Blue) = 164+83+221=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #A453DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453DD is #5BAC22. Grayscale: #7A7A7A. Windows color (decimal): -6007843 or 14504868. OLE color: 14504868.

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

Color convert

RGB 164 83 221 -
CMYK 0.26 0.62 0 0.13
HSL 275.22º 0.67% 0.6% -
HSV(B) 275.22º 0.62% 0.87% -
XYZ 31.45 19.3 70.47 -
YUV 122.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 164 83 221 0.26 0.62 0 0.13 275.22 0.67 0.6
Hex A4 53 DD 1A 3E 0 D 113 43 3C
Octal 244 123 335 32 76 0 15 423 103 74
Binary 10100100 1010011 11011101 11010 111110 0 1101 100010011 1000011 111100

Color Harmonies of #A453DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A453DD

Black with #A453DD

Text Example


Text Example

White with #A453DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A453DD; }

 p { color: rgb(164,83,221); }

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

background-color css

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

 a { background-color: rgb(164,83,221); }

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

border-color css

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

 span { border-color: rgb(164,83,221); }

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