Html Css Color HEX #A15BAB Violet Blue

📋 copy color: '#A15BAB'

red 161 ◦ green 91 ◦ blue 171

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

Shades of Violet Blue #A15BAB

Tints of Violet Blue #A15BAB

RGB

 RED value IS 161 (63.28% from 255) = 38.06%

 GREEN value IS 91 (35.94% from 255) = 21.51%

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

R = 38.06%
G = 21.51%
B = 40.43%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A15BAB (or 0xA15BAB) is known color: Violet Blue. HEX triplet: A1, 5B and AB. RGB value is (161,91,171). Sum of RGB (Red+Green+Blue) = 161+91+171=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #A15BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15BAB is #5EA454. Grayscale: #787878. Windows color (decimal): -6202453 or 11230113. OLE color: 11230113.

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

Color convert

RGB 161 91 171 -
CMYK 0.06 0.47 0 0.33
HSL 292.5º 0.32% 0.51% -
HSV(B) 292.5º 0.47% 0.67% -
XYZ 25.79 18 40.64 -
YUV 121.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 161 91 171 0.06 0.47 0 0.33 292.5 0.32 0.51
Hex A1 5B AB 6 2F 0 21 124 20 33
Octal 241 133 253 6 57 0 41 444 40 63
Binary 10100001 1011011 10101011 110 101111 0 100001 100100100 100000 110011

Color Harmonies of #A15BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BAB

Black with #A15BAB

Text Example


Text Example

White with #A15BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BAB; }

 p { color: rgb(161,91,171); }

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

background-color css

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

 a { background-color: rgb(161,91,171); }

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

border-color css

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

 span { border-color: rgb(161,91,171); }

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