Html Css Color HEX #A45093 Violet Blue

📋 copy color: '#A45093'

red 164 ◦ green 80 ◦ blue 147

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

Shades of Violet Blue #A45093

Tints of Violet Blue #A45093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.46%

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

R = 41.94%
G = 20.46%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A45093 (or 0xA45093) is known color: Violet Blue. HEX triplet: A4, 50 and 93. RGB value is (164,80,147). Sum of RGB (Red+Green+Blue) = 164+80+147=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A45093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45093 is #5BAF6C. Grayscale: #707070. Windows color (decimal): -6008685 or 9654436. OLE color: 9654436.

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

Color convert

RGB 164 80 147 -
CMYK 0 0.51 0.10 0.36
HSL 312.14º 0.34% 0.48% -
HSV(B) 312.14º 0.51% 0.64% -
XYZ 23.44 15.74 29.41 -
YUV 112.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 164 80 147 0 0.51 0.10 0.36 312.14 0.34 0.48
Hex A4 50 93 0 33 A 24 138 22 30
Octal 244 120 223 0 63 12 44 470 42 60
Binary 10100100 1010000 10010011 0 110011 1010 100100 100111000 100010 110000

Color Harmonies of #A45093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45093

Black with #A45093

Text Example


Text Example

White with #A45093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45093; }

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

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

background-color css

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

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

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

border-color css

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

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

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