Html Css Color HEX #A0609C Violet Blue

📋 copy color: '#A0609C'

red 160 ◦ green 96 ◦ blue 156

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

Shades of Violet Blue #A0609C

Tints of Violet Blue #A0609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 38.83%
G = 23.3%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0609C (or 0xA0609C) is known color: Violet Blue. HEX triplet: A0, 60 and 9C. RGB value is (160,96,156). Sum of RGB (Red+Green+Blue) = 160+96+156=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A0609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0609C is #5F9F63. Grayscale: #797979. Windows color (decimal): -6266724 or 10248352. OLE color: 10248352.

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

Color convert

RGB 160 96 156 -
CMYK 0 0.4 0.02 0.37
HSL 303.75º 0.25% 0.5% -
HSV(B) 303.75º 0.4% 0.63% -
XYZ 24.68 18.24 33.67 -
YUV 121.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 160 96 156 0 0.4 0.02 0.37 303.75 0.25 0.5
Hex A0 60 9C 0 28 2 25 130 19 32
Octal 240 140 234 0 50 2 45 460 31 62
Binary 10100000 1100000 10011100 0 101000 10 100101 100110000 11001 110010

Color Harmonies of #A0609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0609C

Black with #A0609C

Text Example


Text Example

White with #A0609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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