Html Css Color HEX #A80FCA Dark Violet

📋 copy color: '#A80FCA'

red 168 ◦ green 15 ◦ blue 202

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

Shades of Dark Violet #A80FCA

Tints of Dark Violet #A80FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 43.64%
G = 3.9%
B = 52.47%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A80FCA (or 0xA80FCA) is known color: Dark Violet. HEX triplet: A8, 0F and CA. RGB value is (168,15,202). Sum of RGB (Red+Green+Blue) = 168+15+202=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #A80FCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FCA is #57F035. Grayscale: #515151. Windows color (decimal): -5763126 or 13242280. OLE color: 13242280.

HSL color Cylindrical-coordinate representation of color #A80FCA: hue angle of 289.09º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80FCA is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 15 202 -
CMYK 0.17 0.93 0 0.21
HSL 289.09º 0.86% 0.43% -
HSV(B) 289.09º 0.93% 0.79% -
XYZ 26.98 12.93 56.95 -
YUV 82.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 168 15 202 0.17 0.93 0 0.21 289.09 0.86 0.43
Hex A8 F CA 11 5D 0 15 121 56 2B
Octal 250 17 312 21 135 0 25 441 126 53
Binary 10101000 1111 11001010 10001 1011101 0 10101 100100001 1010110 101011

Color Harmonies of #A80FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FCA

Black with #A80FCA

Text Example


Text Example

White with #A80FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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