Html Css Color HEX #A06099 Violet Blue

📋 copy color: '#A06099'

red 160 ◦ green 96 ◦ blue 153

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

Shades of Violet Blue #A06099

Tints of Violet Blue #A06099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.41%

R = 39.12%
G = 23.47%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A06099 (or 0xA06099) is known color: Violet Blue. HEX triplet: A0, 60 and 99. RGB value is (160,96,153). Sum of RGB (Red+Green+Blue) = 160+96+153=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A06099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06099 is #5F9F66. Grayscale: #797979. Windows color (decimal): -6266727 or 10051744. OLE color: 10051744.

HSL color Cylindrical-coordinate representation of color #A06099: hue angle of 306.56º 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 #A06099 is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 96 153 -
CMYK 0 0.4 0.04 0.37
HSL 306.56º 0.25% 0.5% -
HSV(B) 306.56º 0.4% 0.63% -
XYZ 24.43 18.14 32.35 -
YUV 121.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 160 96 153 0 0.4 0.04 0.37 306.56 0.25 0.5
Hex A0 60 99 0 28 4 25 133 19 32
Octal 240 140 231 0 50 4 45 463 31 62
Binary 10100000 1100000 10011001 0 101000 100 100101 100110011 11001 110010

Color Harmonies of #A06099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06099

Black with #A06099

Text Example


Text Example

White with #A06099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06099; }

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

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

background-color css

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

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

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

border-color css

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

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

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