Html Css Color HEX #A0609F Violet Blue

📋 copy color: '#A0609F'

red 160 ◦ green 96 ◦ blue 159

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

Shades of Violet Blue #A0609F

Tints of Violet Blue #A0609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 38.55%
G = 23.13%
B = 38.31%

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

#A0609F (or 0xA0609F) is known color: Violet Blue. HEX triplet: A0, 60 and 9F. RGB value is (160,96,159). Sum of RGB (Red+Green+Blue) = 160+96+159=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A0609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0609F is #5F9F60. Grayscale: #7A7A7A. Windows color (decimal): -6266721 or 10444960. OLE color: 10444960.

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

Color convert

RGB 160 96 159 -
CMYK 0 0.4 0.01 0.37
HSL 300.94º 0.25% 0.5% -
HSV(B) 300.94º 0.4% 0.63% -
XYZ 24.94 18.34 35.03 -
YUV 122.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 160 96 159 0 0.4 0.01 0.37 300.94 0.25 0.5
Hex A0 60 9F 0 28 1 25 12D 19 32
Octal 240 140 237 0 50 1 45 455 31 62
Binary 10100000 1100000 10011111 0 101000 1 100101 100101101 11001 110010

Color Harmonies of #A0609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0609F

Black with #A0609F

Text Example


Text Example

White with #A0609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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