Html Css Color HEX #A80DBE Dark Violet

📋 copy color: '#A80DBE'

red 168 ◦ green 13 ◦ blue 190

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

Shades of Dark Violet #A80DBE

Tints of Dark Violet #A80DBE

RGB

 RED value IS 168 (66.02% from 255) = 45.28%

 GREEN value IS 13 (5.47% from 255) = 3.5%

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 45.28%
G = 3.5%
B = 51.21%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A80DBE (or 0xA80DBE) is known color: Dark Violet. HEX triplet: A8, 0D and BE. RGB value is (168,13,190). Sum of RGB (Red+Green+Blue) = 168+13+190=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #A80DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DBE is #57F241. Grayscale: #4E4E4E. Windows color (decimal): -5763650 or 12455336. OLE color: 12455336.

HSL color Cylindrical-coordinate representation of color #A80DBE: hue angle of 292.54º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80DBE is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 13 190 -
CMYK 0.12 0.93 0 0.25
HSL 292.54º 0.87% 0.4% -
HSV(B) 292.54º 0.93% 0.75% -
XYZ 25.59 12.33 49.75 -
YUV 79.52 190.35 191.11 -
System Red Green Blue C M Y K H S L
Decimal 168 13 190 0.12 0.93 0 0.25 292.54 0.87 0.4
Hex A8 D BE C 5D 0 19 125 57 28
Octal 250 15 276 14 135 0 31 445 127 50
Binary 10101000 1101 10111110 1100 1011101 0 11001 100100101 1010111 101000

Color Harmonies of #A80DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80DBE

Black with #A80DBE

Text Example


Text Example

White with #A80DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80DBE; }

 p { color: rgb(168,13,190); }

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

background-color css

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

 a { background-color: rgb(168,13,190); }

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

border-color css

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

 span { border-color: rgb(168,13,190); }

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