Html Css Color HEX #A15097 Violet Blue

📋 copy color: '#A15097'

red 161 ◦ green 80 ◦ blue 151

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

Shades of Violet Blue #A15097

Tints of Violet Blue #A15097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 151 (59.38% from 255) = 38.52%

R = 41.07%
G = 20.41%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A15097 (or 0xA15097) is known color: Violet Blue. HEX triplet: A1, 50 and 97. RGB value is (161,80,151). Sum of RGB (Red+Green+Blue) = 161+80+151=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A15097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15097 is #5EAF68. Grayscale: #707070. Windows color (decimal): -6205289 or 9916577. OLE color: 9916577.

HSL color Cylindrical-coordinate representation of color #A15097: hue angle of 307.41º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15097 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 151 -
CMYK 0 0.50 0.06 0.37
HSL 307.41º 0.34% 0.47% -
HSV(B) 307.41º 0.5% 0.63% -
XYZ 23.15 15.55 31.06 -
YUV 112.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 161 80 151 0 0.50 0.06 0.37 307.41 0.34 0.47
Hex A1 50 97 0 32 6 25 133 22 2F
Octal 241 120 227 0 62 6 45 463 42 57
Binary 10100001 1010000 10010111 0 110010 110 100101 100110011 100010 101111

Color Harmonies of #A15097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15097

Black with #A15097

Text Example


Text Example

White with #A15097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15097; }

 p { color: rgb(161,80,151); }

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

background-color css

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

 a { background-color: rgb(161,80,151); }

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

border-color css

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

 span { border-color: rgb(161,80,151); }

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