Html Css Color HEX #A0259D Vivid Violet

📋 copy color: '#A0259D'

red 160 ◦ green 37 ◦ blue 157

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

Shades of Vivid Violet #A0259D

Tints of Vivid Violet #A0259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 45.2%
G = 10.45%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0259D (or 0xA0259D) is known color: Vivid Violet. HEX triplet: A0, 25 and 9D. RGB value is (160,37,157). Sum of RGB (Red+Green+Blue) = 160+37+157=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0259D is #5FDA62. Grayscale: #575757. Windows color (decimal): -6281827 or 10298784. OLE color: 10298784.

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

Color convert

RGB 160 37 157 -
CMYK 0 0.77 0.02 0.37
HSL 301.46º 0.62% 0.39% -
HSV(B) 301.46º 0.77% 0.63% -
XYZ 21.24 11.23 32.95 -
YUV 87.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 160 37 157 0 0.77 0.02 0.37 301.46 0.62 0.39
Hex A0 25 9D 0 4D 2 25 12D 3E 27
Octal 240 45 235 0 115 2 45 455 76 47
Binary 10100000 100101 10011101 0 1001101 10 100101 100101101 111110 100111

Color Harmonies of #A0259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0259D

Black with #A0259D

Text Example


Text Example

White with #A0259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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