Html Css Color HEX #A15096 Violet Blue

📋 copy color: '#A15096'

red 161 ◦ green 80 ◦ blue 150

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

Shades of Violet Blue #A15096

Tints of Violet Blue #A15096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 41.18%
G = 20.46%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A15096 (or 0xA15096) is known color: Violet Blue. HEX triplet: A1, 50 and 96. RGB value is (161,80,150). Sum of RGB (Red+Green+Blue) = 161+80+150=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A15096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15096 is #5EAF69. Grayscale: #707070. Windows color (decimal): -6205290 or 9851041. OLE color: 9851041.

HSL color Cylindrical-coordinate representation of color #A15096: hue angle of 308.15º 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 #A15096 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 150 -
CMYK 0 0.50 0.07 0.37
HSL 308.15º 0.34% 0.47% -
HSV(B) 308.15º 0.5% 0.63% -
XYZ 23.07 15.52 30.63 -
YUV 112.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 161 80 150 0 0.50 0.07 0.37 308.15 0.34 0.47
Hex A1 50 96 0 32 7 25 134 22 2F
Octal 241 120 226 0 62 7 45 464 42 57
Binary 10100001 1010000 10010110 0 110010 111 100101 100110100 100010 101111

Color Harmonies of #A15096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15096

Black with #A15096

Text Example


Text Example

White with #A15096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15096; }

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

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

background-color css

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

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

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

border-color css

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

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

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