Html Css Color HEX #A96BA5 Violet Blue

📋 copy color: '#A96BA5'

red 169 ◦ green 107 ◦ blue 165

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

Shades of Violet Blue #A96BA5

Tints of Violet Blue #A96BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 38.32%
G = 24.26%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A96BA5 (or 0xA96BA5) is known color: Violet Blue. HEX triplet: A9, 6B and A5. RGB value is (169,107,165). Sum of RGB (Red+Green+Blue) = 169+107+165=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A96BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96BA5 is #56945A. Grayscale: #838383. Windows color (decimal): -5674075 or 10841001. OLE color: 10841001.

HSL color Cylindrical-coordinate representation of color #A96BA5: hue angle of 303.87º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96BA5 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 107 165 -
CMYK 0 0.37 0.02 0.34
HSL 303.87º 0.26% 0.54% -
HSV(B) 303.87º 0.37% 0.66% -
XYZ 28.41 21.67 38.28 -
YUV 132.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 169 107 165 0 0.37 0.02 0.34 303.87 0.26 0.54
Hex A9 6B A5 0 25 2 22 130 1A 36
Octal 251 153 245 0 45 2 42 460 32 66
Binary 10101001 1101011 10100101 0 100101 10 100010 100110000 11010 110110

Color Harmonies of #A96BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BA5

Black with #A96BA5

Text Example


Text Example

White with #A96BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BA5; }

 p { color: rgb(169,107,165); }

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

background-color css

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

 a { background-color: rgb(169,107,165); }

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

border-color css

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

 span { border-color: rgb(169,107,165); }

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