Html Css Color HEX #A06997 Violet Blue

📋 copy color: '#A06997'

red 160 ◦ green 105 ◦ blue 151

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

Shades of Violet Blue #A06997

Tints of Violet Blue #A06997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.24%

 BLUE value IS 151 (59.38% from 255) = 36.3%

R = 38.46%
G = 25.24%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A06997 (or 0xA06997) is known color: Violet Blue. HEX triplet: A0, 69 and 97. RGB value is (160,105,151). Sum of RGB (Red+Green+Blue) = 160+105+151=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A06997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06997 is #5F9668. Grayscale: #7E7E7E. Windows color (decimal): -6264425 or 9922976. OLE color: 9922976.

HSL color Cylindrical-coordinate representation of color #A06997: hue angle of 309.82º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06997 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 105 151 -
CMYK 0 0.34 0.06 0.37
HSL 309.82º 0.22% 0.52% -
HSV(B) 309.82º 0.34% 0.63% -
XYZ 25.13 19.81 31.78 -
YUV 126.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 160 105 151 0 0.34 0.06 0.37 309.82 0.22 0.52
Hex A0 69 97 0 22 6 25 136 16 34
Octal 240 151 227 0 42 6 45 466 26 64
Binary 10100000 1101001 10010111 0 100010 110 100101 100110110 10110 110100

Color Harmonies of #A06997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06997

Black with #A06997

Text Example


Text Example

White with #A06997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06997; }

 p { color: rgb(160,105,151); }

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

background-color css

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

 a { background-color: rgb(160,105,151); }

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

border-color css

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

 span { border-color: rgb(160,105,151); }

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