Html Css Color HEX #A80BDA Dark Violet

📋 copy color: '#A80BDA'

red 168 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #A80BDA

Tints of Dark Violet #A80BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 42.32%
G = 2.77%
B = 54.91%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A80BDA (or 0xA80BDA) is known color: Dark Violet. HEX triplet: A8, 0B and DA. RGB value is (168,11,218). Sum of RGB (Red+Green+Blue) = 168+11+218=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #A80BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BDA is #57F425. Grayscale: #505050. Windows color (decimal): -5764134 or 14289832. OLE color: 14289832.

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

Color convert

RGB 168 11 218 -
CMYK 0.23 0.95 0 0.15
HSL 285.51º 0.9% 0.45% -
HSV(B) 285.51º 0.95% 0.85% -
XYZ 28.92 13.63 67.44 -
YUV 81.54 205.01 189.67 -
System Red Green Blue C M Y K H S L
Decimal 168 11 218 0.23 0.95 0 0.15 285.51 0.9 0.45
Hex A8 B DA 17 5F 0 F 11E 5A 2D
Octal 250 13 332 27 137 0 17 436 132 55
Binary 10101000 1011 11011010 10111 1011111 0 1111 100011110 1011010 101101

Color Harmonies of #A80BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BDA

Black with #A80BDA

Text Example


Text Example

White with #A80BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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