Html Css Color HEX #A95AAB Violet Blue

📋 copy color: '#A95AAB'

red 169 ◦ green 90 ◦ blue 171

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

Shades of Violet Blue #A95AAB

Tints of Violet Blue #A95AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 39.3%
G = 20.93%
B = 39.77%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A95AAB (or 0xA95AAB) is known color: Violet Blue. HEX triplet: A9, 5A and AB. RGB value is (169,90,171). Sum of RGB (Red+Green+Blue) = 169+90+171=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #A95AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95AAB is #56A554. Grayscale: #7A7A7A. Windows color (decimal): -5678421 or 11229865. OLE color: 11229865.

HSL color Cylindrical-coordinate representation of color #A95AAB: hue angle of 298.52º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95AAB is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 90 171 -
CMYK 0.01 0.47 0 0.33
HSL 298.52º 0.33% 0.51% -
HSV(B) 298.52º 0.47% 0.67% -
XYZ 27.37 18.69 40.69 -
YUV 122.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 169 90 171 0.01 0.47 0 0.33 298.52 0.33 0.51
Hex A9 5A AB 1 2F 0 21 12B 21 33
Octal 251 132 253 1 57 0 41 453 41 63
Binary 10101001 1011010 10101011 1 101111 0 100001 100101011 100001 110011

Color Harmonies of #A95AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95AAB

Black with #A95AAB

Text Example


Text Example

White with #A95AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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