Html Css Color HEX #A96EA1 Violet Blue

📋 copy color: '#A96EA1'

red 169 ◦ green 110 ◦ blue 161

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

Shades of Violet Blue #A96EA1

Tints of Violet Blue #A96EA1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25%

 BLUE value IS 161 (63.28% from 255) = 36.59%

R = 38.41%
G = 25%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A96EA1 (or 0xA96EA1) is known color: Violet Blue. HEX triplet: A9, 6E and A1. RGB value is (169,110,161). Sum of RGB (Red+Green+Blue) = 169+110+161=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 169 - color contains mainly: red. Hex color #A96EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96EA1 is #56915E. Grayscale: #858585. Windows color (decimal): -5673311 or 10579625. OLE color: 10579625.

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

Color convert

RGB 169 110 161 -
CMYK 0 0.35 0.05 0.34
HSL 308.14º 0.26% 0.55% -
HSV(B) 308.14º 0.35% 0.66% -
XYZ 28.37 22.16 36.5 -
YUV 133.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 169 110 161 0 0.35 0.05 0.34 308.14 0.26 0.55
Hex A9 6E A1 0 23 5 22 134 1A 37
Octal 251 156 241 0 43 5 42 464 32 67
Binary 10101001 1101110 10100001 0 100011 101 100010 100110100 11010 110111

Color Harmonies of #A96EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EA1

Black with #A96EA1

Text Example


Text Example

White with #A96EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EA1; }

 p { color: rgb(169,110,161); }

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

background-color css

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

 a { background-color: rgb(169,110,161); }

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

border-color css

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

 span { border-color: rgb(169,110,161); }

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