Html Css Color HEX #A06392 Violet Blue

📋 copy color: '#A06392'

red 160 ◦ green 99 ◦ blue 146

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

Shades of Violet Blue #A06392

Tints of Violet Blue #A06392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.44%

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 39.51%
G = 24.44%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A06392 (or 0xA06392) is known color: Violet Blue. HEX triplet: A0, 63 and 92. RGB value is (160,99,146). Sum of RGB (Red+Green+Blue) = 160+99+146=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A06392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06392 is #5F9C6D. Grayscale: #7A7A7A. Windows color (decimal): -6265966 or 9593760. OLE color: 9593760.

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

Color convert

RGB 160 99 146 -
CMYK 0 0.38 0.09 0.37
HSL 313.77º 0.24% 0.51% -
HSV(B) 313.77º 0.38% 0.63% -
XYZ 24.15 18.47 29.49 -
YUV 122.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 160 99 146 0 0.38 0.09 0.37 313.77 0.24 0.51
Hex A0 63 92 0 26 9 25 13A 18 33
Octal 240 143 222 0 46 11 45 472 30 63
Binary 10100000 1100011 10010010 0 100110 1001 100101 100111010 11000 110011

Color Harmonies of #A06392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06392

Black with #A06392

Text Example


Text Example

White with #A06392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06392; }

 p { color: rgb(160,99,146); }

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

background-color css

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

 a { background-color: rgb(160,99,146); }

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

border-color css

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

 span { border-color: rgb(160,99,146); }

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