Html Css Color HEX #A06596 Violet Blue

📋 copy color: '#A06596'

red 160 ◦ green 101 ◦ blue 150

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

Shades of Violet Blue #A06596

Tints of Violet Blue #A06596

RGB

 RED value IS 160 (62.89% from 255) = 38.93%

 GREEN value IS 101 (39.84% from 255) = 24.57%

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

R = 38.93%
G = 24.57%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A06596 (or 0xA06596) is known color: Violet Blue. HEX triplet: A0, 65 and 96. RGB value is (160,101,150). Sum of RGB (Red+Green+Blue) = 160+101+150=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A06596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06596 is #5F9A69. Grayscale: #7C7C7C. Windows color (decimal): -6265450 or 9856416. OLE color: 9856416.

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

Color convert

RGB 160 101 150 -
CMYK 0 0.37 0.06 0.37
HSL 310.17º 0.24% 0.51% -
HSV(B) 310.17º 0.37% 0.63% -
XYZ 24.66 18.98 31.22 -
YUV 124.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 160 101 150 0 0.37 0.06 0.37 310.17 0.24 0.51
Hex A0 65 96 0 25 6 25 136 18 33
Octal 240 145 226 0 45 6 45 466 30 63
Binary 10100000 1100101 10010110 0 100101 110 100101 100110110 11000 110011

Color Harmonies of #A06596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06596

Black with #A06596

Text Example


Text Example

White with #A06596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06596; }

 p { color: rgb(160,101,150); }

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

background-color css

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

 a { background-color: rgb(160,101,150); }

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

border-color css

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

 span { border-color: rgb(160,101,150); }

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