Html Css Color HEX #A452DB Amethyst

📋 copy color: '#A452DB'

red 164 ◦ green 82 ◦ blue 219

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

Shades of Amethyst #A452DB

Tints of Amethyst #A452DB

RGB

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

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

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

R = 35.27%
G = 17.63%
B = 47.1%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A452DB (or 0xA452DB) is known color: Amethyst. HEX triplet: A4, 52 and DB. RGB value is (164,82,219). Sum of RGB (Red+Green+Blue) = 164+82+219=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #A452DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452DB is #5BAD24. Grayscale: #797979. Windows color (decimal): -6008101 or 14373540. OLE color: 14373540.

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

Color convert

RGB 164 82 219 -
CMYK 0.25 0.63 0 0.14
HSL 275.91º 0.66% 0.59% -
HSV(B) 275.91º 0.63% 0.86% -
XYZ 31.11 19.04 69.05 -
YUV 122.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 164 82 219 0.25 0.63 0 0.14 275.91 0.66 0.59
Hex A4 52 DB 19 3F 0 E 114 42 3B
Octal 244 122 333 31 77 0 16 424 102 73
Binary 10100100 1010010 11011011 11001 111111 0 1110 100010100 1000010 111011

Color Harmonies of #A452DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A452DB

Black with #A452DB

Text Example


Text Example

White with #A452DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A452DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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