Html Css Color HEX #A0619B Violet Blue

📋 copy color: '#A0619B'

red 160 ◦ green 97 ◦ blue 155

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

Shades of Violet Blue #A0619B

Tints of Violet Blue #A0619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.54%

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 38.83%
G = 23.54%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0619B (or 0xA0619B) is known color: Violet Blue. HEX triplet: A0, 61 and 9B. RGB value is (160,97,155). Sum of RGB (Red+Green+Blue) = 160+97+155=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A0619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0619B is #5F9E64. Grayscale: #7A7A7A. Windows color (decimal): -6266469 or 10183072. OLE color: 10183072.

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

Color convert

RGB 160 97 155 -
CMYK 0 0.39 0.03 0.37
HSL 304.76º 0.25% 0.5% -
HSV(B) 304.76º 0.39% 0.63% -
XYZ 24.69 18.39 33.26 -
YUV 122.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 160 97 155 0 0.39 0.03 0.37 304.76 0.25 0.5
Hex A0 61 9B 0 27 3 25 131 19 32
Octal 240 141 233 0 47 3 45 461 31 62
Binary 10100000 1100001 10011011 0 100111 11 100101 100110001 11001 110010

Color Harmonies of #A0619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0619B

Black with #A0619B

Text Example


Text Example

White with #A0619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0619B; }

 p { color: rgb(160,97,155); }

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

background-color css

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

 a { background-color: rgb(160,97,155); }

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

border-color css

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

 span { border-color: rgb(160,97,155); }

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