Html Css Color HEX #A80BDC Dark Violet

📋 copy color: '#A80BDC'

red 168 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #A80BDC

Tints of Dark Violet #A80BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.76%

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 42.11%
G = 2.76%
B = 55.14%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A80BDC (or 0xA80BDC) is known color: Dark Violet. HEX triplet: A8, 0B and DC. RGB value is (168,11,220). Sum of RGB (Red+Green+Blue) = 168+11+220=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #A80BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BDC is #57F423. Grayscale: #515151. Windows color (decimal): -5764132 or 14420904. OLE color: 14420904.

HSL color Cylindrical-coordinate representation of color #A80BDC: hue angle of 285.07º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80BDC is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 11 220 -
CMYK 0.24 0.95 0 0.14
HSL 285.07º 0.9% 0.45% -
HSV(B) 285.07º 0.95% 0.86% -
XYZ 29.19 13.73 68.82 -
YUV 81.77 206.01 189.51 -
System Red Green Blue C M Y K H S L
Decimal 168 11 220 0.24 0.95 0 0.14 285.07 0.9 0.45
Hex A8 B DC 18 5F 0 E 11D 5A 2D
Octal 250 13 334 30 137 0 16 435 132 55
Binary 10101000 1011 11011100 11000 1011111 0 1110 100011101 1011010 101101

Color Harmonies of #A80BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BDC

Black with #A80BDC

Text Example


Text Example

White with #A80BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BDC; }

 p { color: rgb(168,11,220); }

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

background-color css

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

 a { background-color: rgb(168,11,220); }

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

border-color css

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

 span { border-color: rgb(168,11,220); }

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