Html Css Color HEX #A06BAB Violet Blue

📋 copy color: '#A06BAB'

red 160 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #A06BAB

Tints of Violet Blue #A06BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.43%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 36.53%
G = 24.43%
B = 39.04%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A06BAB (or 0xA06BAB) is known color: Violet Blue. HEX triplet: A0, 6B and AB. RGB value is (160,107,171). Sum of RGB (Red+Green+Blue) = 160+107+171=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #A06BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06BAB is #5F9454. Grayscale: #818181. Windows color (decimal): -6263893 or 11234208. OLE color: 11234208.

HSL color Cylindrical-coordinate representation of color #A06BAB: hue angle of 289.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06BAB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 107 171 -
CMYK 0.06 0.37 0 0.33
HSL 289.69º 0.28% 0.55% -
HSV(B) 289.69º 0.37% 0.67% -
XYZ 27.11 20.93 41.14 -
YUV 130.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 160 107 171 0.06 0.37 0 0.33 289.69 0.28 0.55
Hex A0 6B AB 6 25 0 21 122 1C 37
Octal 240 153 253 6 45 0 41 442 34 67
Binary 10100000 1101011 10101011 110 100101 0 100001 100100010 11100 110111

Color Harmonies of #A06BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BAB

Black with #A06BAB

Text Example


Text Example

White with #A06BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BAB; }

 p { color: rgb(160,107,171); }

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

background-color css

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

 a { background-color: rgb(160,107,171); }

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

border-color css

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

 span { border-color: rgb(160,107,171); }

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