Html Css Color HEX #A453DE Amethyst

📋 copy color: '#A453DE'

red 164 ◦ green 83 ◦ blue 222

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

Shades of Amethyst #A453DE

Tints of Amethyst #A453DE

RGB

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

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

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

R = 34.97%
G = 17.7%
B = 47.33%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A453DE (or 0xA453DE) is known color: Amethyst. HEX triplet: A4, 53 and DE. RGB value is (164,83,222). Sum of RGB (Red+Green+Blue) = 164+83+222=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #A453DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453DE is #5BAC21. Grayscale: #7A7A7A. Windows color (decimal): -6007842 or 14570404. OLE color: 14570404.

HSL color Cylindrical-coordinate representation of color #A453DE: hue angle of 274.96º 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 #A453DE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 83 222 -
CMYK 0.26 0.63 0 0.13
HSL 274.96º 0.68% 0.6% -
HSV(B) 274.96º 0.63% 0.87% -
XYZ 31.59 19.35 71.18 -
YUV 123.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 164 83 222 0.26 0.63 0 0.13 274.96 0.68 0.6
Hex A4 53 DE 1A 3F 0 D 113 44 3C
Octal 244 123 336 32 77 0 15 423 104 74
Binary 10100100 1010011 11011110 11010 111111 0 1101 100010011 1000100 111100

Color Harmonies of #A453DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A453DE

Black with #A453DE

Text Example


Text Example

White with #A453DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A453DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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