Html Css Color HEX #A96CAB Violet Blue

📋 copy color: '#A96CAB'

red 169 ◦ green 108 ◦ blue 171

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

Shades of Violet Blue #A96CAB

Tints of Violet Blue #A96CAB

RGB

 RED value IS 169 (66.41% from 255) = 37.72%

 GREEN value IS 108 (42.58% from 255) = 24.11%

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

R = 37.72%
G = 24.11%
B = 38.17%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A96CAB (or 0xA96CAB) is known color: Violet Blue. HEX triplet: A9, 6C and AB. RGB value is (169,108,171). Sum of RGB (Red+Green+Blue) = 169+108+171=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #A96CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96CAB is #569354. Grayscale: #858585. Windows color (decimal): -5673813 or 11234473. OLE color: 11234473.

HSL color Cylindrical-coordinate representation of color #A96CAB: hue angle of 298.1º degrees, saturation: 0.27, 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 #A96CAB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 108 171 -
CMYK 0.01 0.37 0 0.33
HSL 298.1º 0.27% 0.55% -
HSV(B) 298.1º 0.37% 0.67% -
XYZ 29.08 22.1 41.26 -
YUV 133.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 169 108 171 0.01 0.37 0 0.33 298.1 0.27 0.55
Hex A9 6C AB 1 25 0 21 12A 1B 37
Octal 251 154 253 1 45 0 41 452 33 67
Binary 10101001 1101100 10101011 1 100101 0 100001 100101010 11011 110111

Color Harmonies of #A96CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CAB

Black with #A96CAB

Text Example


Text Example

White with #A96CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CAB; }

 p { color: rgb(169,108,171); }

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

background-color css

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

 a { background-color: rgb(169,108,171); }

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

border-color css

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

 span { border-color: rgb(169,108,171); }

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