Html Css Color HEX #A95A9B Violet Blue

📋 copy color: '#A95A9B'

red 169 ◦ green 90 ◦ blue 155

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

Shades of Violet Blue #A95A9B

Tints of Violet Blue #A95A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.74%

 BLUE value IS 155 (60.94% from 255) = 37.44%

R = 40.82%
G = 21.74%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A95A9B (or 0xA95A9B) is known color: Violet Blue. HEX triplet: A9, 5A and 9B. RGB value is (169,90,155). Sum of RGB (Red+Green+Blue) = 169+90+155=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95A9B is #56A564. Grayscale: #787878. Windows color (decimal): -5678437 or 10181289. OLE color: 10181289.

HSL color Cylindrical-coordinate representation of color #A95A9B: hue angle of 310.63º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95A9B is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 90 155 -
CMYK 0 0.47 0.08 0.34
HSL 310.63º 0.31% 0.51% -
HSV(B) 310.63º 0.47% 0.66% -
XYZ 25.93 18.11 33.14 -
YUV 121.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 169 90 155 0 0.47 0.08 0.34 310.63 0.31 0.51
Hex A9 5A 9B 0 2F 8 22 137 1F 33
Octal 251 132 233 0 57 10 42 467 37 63
Binary 10101001 1011010 10011011 0 101111 1000 100010 100110111 11111 110011

Color Harmonies of #A95A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A9B

Black with #A95A9B

Text Example


Text Example

White with #A95A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A9B; }

 p { color: rgb(169,90,155); }

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

background-color css

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

 a { background-color: rgb(169,90,155); }

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

border-color css

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

 span { border-color: rgb(169,90,155); }

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