Html Css Color HEX #A15698 Violet Blue

📋 copy color: '#A15698'

red 161 ◦ green 86 ◦ blue 152

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

Shades of Violet Blue #A15698

Tints of Violet Blue #A15698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.55%

 BLUE value IS 152 (59.77% from 255) = 38.1%

R = 40.35%
G = 21.55%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A15698 (or 0xA15698) is known color: Violet Blue. HEX triplet: A1, 56 and 98. RGB value is (161,86,152). Sum of RGB (Red+Green+Blue) = 161+86+152=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A15698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15698 is #5EA967. Grayscale: #737373. Windows color (decimal): -6203752 or 9983649. OLE color: 9983649.

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

Color convert

RGB 161 86 152 -
CMYK 0 0.47 0.06 0.37
HSL 307.2º 0.3% 0.48% -
HSV(B) 307.2º 0.47% 0.63% -
XYZ 23.69 16.5 31.64 -
YUV 115.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 161 86 152 0 0.47 0.06 0.37 307.2 0.3 0.48
Hex A1 56 98 0 2F 6 25 133 1E 30
Octal 241 126 230 0 57 6 45 463 36 60
Binary 10100001 1010110 10011000 0 101111 110 100101 100110011 11110 110000

Color Harmonies of #A15698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15698

Black with #A15698

Text Example


Text Example

White with #A15698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15698; }

 p { color: rgb(161,86,152); }

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

background-color css

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

 a { background-color: rgb(161,86,152); }

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

border-color css

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

 span { border-color: rgb(161,86,152); }

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