Html Css Color HEX #A80EB4 Dark Violet

📋 copy color: '#A80EB4'

red 168 ◦ green 14 ◦ blue 180

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

Shades of Dark Violet #A80EB4

Tints of Dark Violet #A80EB4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.87%

 BLUE value IS 180 (70.7% from 255) = 49.72%

R = 46.41%
G = 3.87%
B = 49.72%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A80EB4 (or 0xA80EB4) is known color: Dark Violet. HEX triplet: A8, 0E and B4. RGB value is (168,14,180). Sum of RGB (Red+Green+Blue) = 168+14+180=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #A80EB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80EB4 is #57F14B. Grayscale: #4E4E4E. Windows color (decimal): -5763404 or 11800232. OLE color: 11800232.

HSL color Cylindrical-coordinate representation of color #A80EB4: hue angle of 295.66º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80EB4 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 14 180 -
CMYK 0.07 0.92 0 0.29
HSL 295.66º 0.86% 0.38% -
HSV(B) 295.66º 0.92% 0.71% -
XYZ 24.54 11.93 44.19 -
YUV 78.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 168 14 180 0.07 0.92 0 0.29 295.66 0.86 0.38
Hex A8 E B4 7 5C 0 1D 128 56 26
Octal 250 16 264 7 134 0 35 450 126 46
Binary 10101000 1110 10110100 111 1011100 0 11101 100101000 1010110 100110

Color Harmonies of #A80EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80EB4

Black with #A80EB4

Text Example


Text Example

White with #A80EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80EB4; }

 p { color: rgb(168,14,180); }

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

background-color css

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

 a { background-color: rgb(168,14,180); }

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

border-color css

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

 span { border-color: rgb(168,14,180); }

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