Html Css Color HEX #A80BCD Dark Violet

📋 copy color: '#A80BCD'

red 168 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #A80BCD

Tints of Dark Violet #A80BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 43.75%
G = 2.86%
B = 53.39%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A80BCD (or 0xA80BCD) is known color: Dark Violet. HEX triplet: A8, 0B and CD. RGB value is (168,11,205). Sum of RGB (Red+Green+Blue) = 168+11+205=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #A80BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BCD is #57F432. Grayscale: #4F4F4F. Windows color (decimal): -5764147 or 13437864. OLE color: 13437864.

HSL color Cylindrical-coordinate representation of color #A80BCD: hue angle of 288.56º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80BCD is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 11 205 -
CMYK 0.18 0.95 0 0.20
HSL 288.56º 0.9% 0.42% -
HSV(B) 288.56º 0.95% 0.8% -
XYZ 27.29 12.97 58.82 -
YUV 80.06 198.51 190.73 -
System Red Green Blue C M Y K H S L
Decimal 168 11 205 0.18 0.95 0 0.20 288.56 0.9 0.42
Hex A8 B CD 12 5F 0 14 121 5A 2A
Octal 250 13 315 22 137 0 24 441 132 52
Binary 10101000 1011 11001101 10010 1011111 0 10100 100100001 1011010 101010

Color Harmonies of #A80BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BCD

Black with #A80BCD

Text Example


Text Example

White with #A80BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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