Html Css Color HEX #A15BA7 Violet Blue

📋 copy color: '#A15BA7'

red 161 ◦ green 91 ◦ blue 167

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

Shades of Violet Blue #A15BA7

Tints of Violet Blue #A15BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.86%

R = 38.42%
G = 21.72%
B = 39.86%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A15BA7 (or 0xA15BA7) is known color: Violet Blue. HEX triplet: A1, 5B and A7. RGB value is (161,91,167). Sum of RGB (Red+Green+Blue) = 161+91+167=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 167 - color contains mainly: blue. Hex color #A15BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15BA7 is #5EA458. Grayscale: #787878. Windows color (decimal): -6202457 or 10967969. OLE color: 10967969.

HSL color Cylindrical-coordinate representation of color #A15BA7: hue angle of 295.26º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A15BA7 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 91 167 -
CMYK 0.04 0.46 0 0.35
HSL 295.26º 0.3% 0.51% -
HSV(B) 295.26º 0.46% 0.65% -
XYZ 25.41 17.85 38.67 -
YUV 120.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 161 91 167 0.04 0.46 0 0.35 295.26 0.3 0.51
Hex A1 5B A7 4 2E 0 23 127 1E 33
Octal 241 133 247 4 56 0 43 447 36 63
Binary 10100001 1011011 10100111 100 101110 0 100011 100100111 11110 110011

Color Harmonies of #A15BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BA7

Black with #A15BA7

Text Example


Text Example

White with #A15BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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