Html Css Color HEX #A95994 Violet Blue

📋 copy color: '#A95994'

red 169 ◦ green 89 ◦ blue 148

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

Shades of Violet Blue #A95994

Tints of Violet Blue #A95994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 41.63%
G = 21.92%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A95994 (or 0xA95994) is known color: Violet Blue. HEX triplet: A9, 59 and 94. RGB value is (169,89,148). Sum of RGB (Red+Green+Blue) = 169+89+148=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A95994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95994 is #56A66B. Grayscale: #777777. Windows color (decimal): -5678700 or 9722281. OLE color: 9722281.

HSL color Cylindrical-coordinate representation of color #A95994: hue angle of 315.75º degrees, saturation: 0.32, 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 #A95994 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 89 148 -
CMYK 0 0.47 0.12 0.34
HSL 315.75º 0.32% 0.51% -
HSV(B) 315.75º 0.47% 0.66% -
XYZ 25.28 17.72 30.1 -
YUV 119.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 169 89 148 0 0.47 0.12 0.34 315.75 0.32 0.51
Hex A9 59 94 0 2F C 22 13C 20 33
Octal 251 131 224 0 57 14 42 474 40 63
Binary 10101001 1011001 10010100 0 101111 1100 100010 100111100 100000 110011

Color Harmonies of #A95994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95994

Black with #A95994

Text Example


Text Example

White with #A95994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95994; }

 p { color: rgb(169,89,148); }

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

background-color css

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

 a { background-color: rgb(169,89,148); }

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

border-color css

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

 span { border-color: rgb(169,89,148); }

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