Html Css Color HEX #A80BCB Dark Violet

📋 copy color: '#A80BCB'

red 168 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #A80BCB

Tints of Dark Violet #A80BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 43.98%
G = 2.88%
B = 53.14%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A80BCB (or 0xA80BCB) is known color: Dark Violet. HEX triplet: A8, 0B and CB. RGB value is (168,11,203). Sum of RGB (Red+Green+Blue) = 168+11+203=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #A80BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BCB is #57F434. Grayscale: #4F4F4F. Windows color (decimal): -5764149 or 13306792. OLE color: 13306792.

HSL color Cylindrical-coordinate representation of color #A80BCB: hue angle of 289.06º 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 #A80BCB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 11 203 -
CMYK 0.17 0.95 0 0.20
HSL 289.06º 0.9% 0.42% -
HSV(B) 289.06º 0.95% 0.8% -
XYZ 27.05 12.88 57.56 -
YUV 79.83 197.51 190.89 -
System Red Green Blue C M Y K H S L
Decimal 168 11 203 0.17 0.95 0 0.20 289.06 0.9 0.42
Hex A8 B CB 11 5F 0 14 121 5A 2A
Octal 250 13 313 21 137 0 24 441 132 52
Binary 10101000 1011 11001011 10001 1011111 0 10100 100100001 1011010 101010

Color Harmonies of #A80BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BCB

Black with #A80BCB

Text Example


Text Example

White with #A80BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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