Html Css Color HEX #A06995 Violet Blue

📋 copy color: '#A06995'

red 160 ◦ green 105 ◦ blue 149

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

Shades of Violet Blue #A06995

Tints of Violet Blue #A06995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 38.65%
G = 25.36%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A06995 (or 0xA06995) is known color: Violet Blue. HEX triplet: A0, 69 and 95. RGB value is (160,105,149). Sum of RGB (Red+Green+Blue) = 160+105+149=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A06995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06995 is #5F966A. Grayscale: #7E7E7E. Windows color (decimal): -6264427 or 9791904. OLE color: 9791904.

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

Color convert

RGB 160 105 149 -
CMYK 0 0.34 0.07 0.37
HSL 312º 0.22% 0.52% -
HSV(B) 312º 0.34% 0.63% -
XYZ 24.97 19.75 30.93 -
YUV 126.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 160 105 149 0 0.34 0.07 0.37 312 0.22 0.52
Hex A0 69 95 0 22 7 25 138 16 34
Octal 240 151 225 0 42 7 45 470 26 64
Binary 10100000 1101001 10010101 0 100010 111 100101 100111000 10110 110100

Color Harmonies of #A06995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06995

Black with #A06995

Text Example


Text Example

White with #A06995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06995; }

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

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

background-color css

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

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

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

border-color css

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

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

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