Html Css Color HEX #A80DCF Dark Violet

📋 copy color: '#A80DCF'

red 168 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #A80DCF

Tints of Dark Violet #A80DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.35%

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 43.3%
G = 3.35%
B = 53.35%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A80DCF (or 0xA80DCF) is known color: Dark Violet. HEX triplet: A8, 0D and CF. RGB value is (168,13,207). Sum of RGB (Red+Green+Blue) = 168+13+207=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #A80DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DCF is #57F230. Grayscale: #505050. Windows color (decimal): -5763633 or 13569448. OLE color: 13569448.

HSL color Cylindrical-coordinate representation of color #A80DCF: hue angle of 287.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80DCF is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 13 207 -
CMYK 0.19 0.94 0 0.19
HSL 287.94º 0.88% 0.43% -
HSV(B) 287.94º 0.94% 0.81% -
XYZ 27.55 13.12 60.11 -
YUV 81.46 198.85 189.73 -
System Red Green Blue C M Y K H S L
Decimal 168 13 207 0.19 0.94 0 0.19 287.94 0.88 0.43
Hex A8 D CF 13 5E 0 13 120 58 2B
Octal 250 15 317 23 136 0 23 440 130 53
Binary 10101000 1101 11001111 10011 1011110 0 10011 100100000 1011000 101011

Color Harmonies of #A80DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80DCF

Black with #A80DCF

Text Example


Text Example

White with #A80DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80DCF; }

 p { color: rgb(168,13,207); }

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

background-color css

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

 a { background-color: rgb(168,13,207); }

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

border-color css

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

 span { border-color: rgb(168,13,207); }

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