Html Css Color HEX #A0609E Violet Blue

📋 copy color: '#A0609E'

red 160 ◦ green 96 ◦ blue 158

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

Shades of Violet Blue #A0609E

Tints of Violet Blue #A0609E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 38.65%
G = 23.19%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0609E (or 0xA0609E) is known color: Violet Blue. HEX triplet: A0, 60 and 9E. RGB value is (160,96,158). Sum of RGB (Red+Green+Blue) = 160+96+158=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A0609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0609E is #5F9F61. Grayscale: #7A7A7A. Windows color (decimal): -6266722 or 10379424. OLE color: 10379424.

HSL color Cylindrical-coordinate representation of color #A0609E: hue angle of 301.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0609E is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 96 158 -
CMYK 0 0.4 0.01 0.37
HSL 301.88º 0.25% 0.5% -
HSV(B) 301.88º 0.4% 0.63% -
XYZ 24.85 18.31 34.57 -
YUV 122.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 160 96 158 0 0.4 0.01 0.37 301.88 0.25 0.5
Hex A0 60 9E 0 28 1 25 12E 19 32
Octal 240 140 236 0 50 1 45 456 31 62
Binary 10100000 1100000 10011110 0 101000 1 100101 100101110 11001 110010

Color Harmonies of #A0609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0609E

Black with #A0609E

Text Example


Text Example

White with #A0609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0609E; }

 p { color: rgb(160,96,158); }

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

background-color css

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

 a { background-color: rgb(160,96,158); }

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

border-color css

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

 span { border-color: rgb(160,96,158); }

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