Html Css Color HEX #A453DB Amethyst

📋 copy color: '#A453DB'

red 164 ◦ green 83 ◦ blue 219

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

Shades of Amethyst #A453DB

Tints of Amethyst #A453DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 35.19%
G = 17.81%
B = 47%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A453DB (or 0xA453DB) is known color: Amethyst. HEX triplet: A4, 53 and DB. RGB value is (164,83,219). Sum of RGB (Red+Green+Blue) = 164+83+219=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #A453DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453DB is #5BAC24. Grayscale: #7A7A7A. Windows color (decimal): -6007845 or 14373796. OLE color: 14373796.

HSL color Cylindrical-coordinate representation of color #A453DB: hue angle of 275.74º degrees, saturation: 0.65, 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 #A453DB is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 83 219 -
CMYK 0.25 0.62 0 0.14
HSL 275.74º 0.65% 0.59% -
HSV(B) 275.74º 0.62% 0.86% -
XYZ 31.19 19.19 69.08 -
YUV 122.72 182.34 157.44 -
System Red Green Blue C M Y K H S L
Decimal 164 83 219 0.25 0.62 0 0.14 275.74 0.65 0.59
Hex A4 53 DB 19 3E 0 E 114 41 3B
Octal 244 123 333 31 76 0 16 424 101 73
Binary 10100100 1010011 11011011 11001 111110 0 1110 100010100 1000001 111011

Color Harmonies of #A453DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A453DB

Black with #A453DB

Text Example


Text Example

White with #A453DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A453DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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