Html Css Color HEX #A95EA3 Violet Blue

📋 copy color: '#A95EA3'

red 169 ◦ green 94 ◦ blue 163

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

Shades of Violet Blue #A95EA3

Tints of Violet Blue #A95EA3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.07%

 BLUE value IS 163 (64.06% from 255) = 38.26%

R = 39.67%
G = 22.07%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A95EA3 (or 0xA95EA3) is known color: Violet Blue. HEX triplet: A9, 5E and A3. RGB value is (169,94,163). Sum of RGB (Red+Green+Blue) = 169+94+163=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A95EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95EA3 is #56A15C. Grayscale: #7C7C7C. Windows color (decimal): -5677405 or 10706601. OLE color: 10706601.

HSL color Cylindrical-coordinate representation of color #A95EA3: hue angle of 304.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95EA3 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 94 163 -
CMYK 0 0.44 0.04 0.34
HSL 304.8º 0.3% 0.52% -
HSV(B) 304.8º 0.44% 0.66% -
XYZ 26.98 19.08 36.91 -
YUV 124.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 169 94 163 0 0.44 0.04 0.34 304.8 0.3 0.52
Hex A9 5E A3 0 2C 4 22 131 1E 34
Octal 251 136 243 0 54 4 42 461 36 64
Binary 10101001 1011110 10100011 0 101100 100 100010 100110001 11110 110100

Color Harmonies of #A95EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95EA3

Black with #A95EA3

Text Example


Text Example

White with #A95EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95EA3; }

 p { color: rgb(169,94,163); }

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

background-color css

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

 a { background-color: rgb(169,94,163); }

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

border-color css

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

 span { border-color: rgb(169,94,163); }

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