Html Css Color HEX #A80FC3 Dark Violet

📋 copy color: '#A80FC3'

red 168 ◦ green 15 ◦ blue 195

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

Shades of Dark Violet #A80FC3

Tints of Dark Violet #A80FC3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.97%

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

R = 44.44%
G = 3.97%
B = 51.59%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A80FC3 (or 0xA80FC3) is known color: Dark Violet. HEX triplet: A8, 0F and C3. RGB value is (168,15,195). Sum of RGB (Red+Green+Blue) = 168+15+195=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 195 (76.56% from 255 or 51.59% from 378); Max value from RGB is 195 - color contains mainly: blue. Hex color #A80FC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FC3 is #57F03C. Grayscale: #505050. Windows color (decimal): -5763133 or 12783528. OLE color: 12783528.

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

Color convert

RGB 168 15 195 -
CMYK 0.14 0.92 0 0.24
HSL 291º 0.86% 0.41% -
HSV(B) 291º 0.92% 0.76% -
XYZ 26.17 12.61 52.68 -
YUV 81.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 168 15 195 0.14 0.92 0 0.24 291 0.86 0.41
Hex A8 F C3 E 5C 0 18 123 56 29
Octal 250 17 303 16 134 0 30 443 126 51
Binary 10101000 1111 11000011 1110 1011100 0 11000 100100011 1010110 101001

Color Harmonies of #A80FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FC3

Black with #A80FC3

Text Example


Text Example

White with #A80FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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