Html Css Color HEX #A80BC3 Dark Violet

📋 copy color: '#A80BC3'

red 168 ◦ green 11 ◦ blue 195

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

Shades of Dark Violet #A80BC3

Tints of Dark Violet #A80BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.14%

R = 44.92%
G = 2.94%
B = 52.14%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A80BC3 (or 0xA80BC3) is known color: Dark Violet. HEX triplet: A8, 0B and C3. RGB value is (168,11,195). Sum of RGB (Red+Green+Blue) = 168+11+195=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #A80BC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BC3 is #57F43C. Grayscale: #4E4E4E. Windows color (decimal): -5764157 or 12782504. OLE color: 12782504.

HSL color Cylindrical-coordinate representation of color #A80BC3: hue angle of 291.2º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80BC3 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 11 195 -
CMYK 0.14 0.94 0 0.24
HSL 291.2º 0.89% 0.4% -
HSV(B) 291.2º 0.94% 0.76% -
XYZ 26.12 12.5 52.67 -
YUV 78.92 193.51 191.54 -
System Red Green Blue C M Y K H S L
Decimal 168 11 195 0.14 0.94 0 0.24 291.2 0.89 0.4
Hex A8 B C3 E 5E 0 18 123 59 28
Octal 250 13 303 16 136 0 30 443 131 50
Binary 10101000 1011 11000011 1110 1011110 0 11000 100100011 1011001 101000

Color Harmonies of #A80BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BC3

Black with #A80BC3

Text Example


Text Example

White with #A80BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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