Html Css Color HEX #A06091 Violet Blue

📋 copy color: '#A06091'

red 160 ◦ green 96 ◦ blue 145

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

Shades of Violet Blue #A06091

Tints of Violet Blue #A06091

RGB

 RED value IS 160 (62.89% from 255) = 39.9%

 GREEN value IS 96 (37.89% from 255) = 23.94%

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 39.9%
G = 23.94%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A06091 (or 0xA06091) is known color: Violet Blue. HEX triplet: A0, 60 and 91. RGB value is (160,96,145). Sum of RGB (Red+Green+Blue) = 160+96+145=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A06091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06091 is #5F9F6E. Grayscale: #787878. Windows color (decimal): -6266735 or 9527456. OLE color: 9527456.

HSL color Cylindrical-coordinate representation of color #A06091: hue angle of 314.06º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06091 is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 96 145 -
CMYK 0 0.4 0.09 0.37
HSL 314.06º 0.25% 0.5% -
HSV(B) 314.06º 0.4% 0.63% -
XYZ 23.79 17.88 28.99 -
YUV 120.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 160 96 145 0 0.4 0.09 0.37 314.06 0.25 0.5
Hex A0 60 91 0 28 9 25 13A 19 32
Octal 240 140 221 0 50 11 45 472 31 62
Binary 10100000 1100000 10010001 0 101000 1001 100101 100111010 11001 110010

Color Harmonies of #A06091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06091

Black with #A06091

Text Example


Text Example

White with #A06091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06091; }

 p { color: rgb(160,96,145); }

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

background-color css

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

 a { background-color: rgb(160,96,145); }

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

border-color css

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

 span { border-color: rgb(160,96,145); }

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