Html Css Color HEX #A45493 Violet Blue

📋 copy color: '#A45493'

red 164 ◦ green 84 ◦ blue 147

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

Shades of Violet Blue #A45493

Tints of Violet Blue #A45493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.27%

 BLUE value IS 147 (57.81% from 255) = 37.22%

R = 41.52%
G = 21.27%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A45493 (or 0xA45493) is known color: Violet Blue. HEX triplet: A4, 54 and 93. RGB value is (164,84,147). Sum of RGB (Red+Green+Blue) = 164+84+147=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A45493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45493 is #5BAB6C. Grayscale: #727272. Windows color (decimal): -6007661 or 9655460. OLE color: 9655460.

HSL color Cylindrical-coordinate representation of color #A45493: hue angle of 312.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45493 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 84 147 -
CMYK 0 0.49 0.10 0.36
HSL 312.75º 0.32% 0.49% -
HSV(B) 312.75º 0.49% 0.64% -
XYZ 23.75 16.34 29.51 -
YUV 115.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 164 84 147 0 0.49 0.10 0.36 312.75 0.32 0.49
Hex A4 54 93 0 31 A 24 139 20 31
Octal 244 124 223 0 61 12 44 471 40 61
Binary 10100100 1010100 10010011 0 110001 1010 100100 100111001 100000 110001

Color Harmonies of #A45493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45493

Black with #A45493

Text Example


Text Example

White with #A45493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45493; }

 p { color: rgb(164,84,147); }

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

background-color css

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

 a { background-color: rgb(164,84,147); }

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

border-color css

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

 span { border-color: rgb(164,84,147); }

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