Html Css Color HEX #A96DB4 Violet Blue

📋 copy color: '#A96DB4'

red 169 ◦ green 109 ◦ blue 180

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

Shades of Violet Blue #A96DB4

Tints of Violet Blue #A96DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.8%

 BLUE value IS 180 (70.7% from 255) = 39.3%

R = 36.9%
G = 23.8%
B = 39.3%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A96DB4 (or 0xA96DB4) is known color: Violet Blue. HEX triplet: A9, 6D and B4. RGB value is (169,109,180). Sum of RGB (Red+Green+Blue) = 169+109+180=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 180 - color contains mainly: blue. Hex color #A96DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DB4 is #56924B. Grayscale: #868686. Windows color (decimal): -5673548 or 11824553. OLE color: 11824553.

HSL color Cylindrical-coordinate representation of color #A96DB4: hue angle of 290.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A96DB4 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 109 180 -
CMYK 0.06 0.39 0 0.29
HSL 290.7º 0.32% 0.57% -
HSV(B) 290.7º 0.39% 0.71% -
XYZ 30.07 22.67 45.97 -
YUV 135.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 169 109 180 0.06 0.39 0 0.29 290.7 0.32 0.57
Hex A9 6D B4 6 27 0 1D 123 20 39
Octal 251 155 264 6 47 0 35 443 40 71
Binary 10101001 1101101 10110100 110 100111 0 11101 100100011 100000 111001

Color Harmonies of #A96DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DB4

Black with #A96DB4

Text Example


Text Example

White with #A96DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DB4; }

 p { color: rgb(169,109,180); }

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

background-color css

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

 a { background-color: rgb(169,109,180); }

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

border-color css

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

 span { border-color: rgb(169,109,180); }

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