Html Css Color HEX #A0259B Vivid Violet

📋 copy color: '#A0259B'

red 160 ◦ green 37 ◦ blue 155

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

Shades of Vivid Violet #A0259B

Tints of Vivid Violet #A0259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

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

R = 45.45%
G = 10.51%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0259B (or 0xA0259B) is known color: Vivid Violet. HEX triplet: A0, 25 and 9B. RGB value is (160,37,155). Sum of RGB (Red+Green+Blue) = 160+37+155=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0259B is #5FDA64. Grayscale: #565656. Windows color (decimal): -6281829 or 10167712. OLE color: 10167712.

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

Color convert

RGB 160 37 155 -
CMYK 0 0.77 0.03 0.37
HSL 302.44º 0.62% 0.39% -
HSV(B) 302.44º 0.77% 0.63% -
XYZ 21.08 11.16 32.05 -
YUV 87.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 160 37 155 0 0.77 0.03 0.37 302.44 0.62 0.39
Hex A0 25 9B 0 4D 3 25 12E 3E 27
Octal 240 45 233 0 115 3 45 456 76 47
Binary 10100000 100101 10011011 0 1001101 11 100101 100101110 111110 100111

Color Harmonies of #A0259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0259B

Black with #A0259B

Text Example


Text Example

White with #A0259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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