Html Css Color HEX #A00FCD Dark Violet

📋 copy color: '#A00FCD'

red 160 ◦ green 15 ◦ blue 205

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

Shades of Dark Violet #A00FCD

Tints of Dark Violet #A00FCD

RGB

 RED value IS 160 (62.89% from 255) = 42.11%

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

 BLUE value IS 205 (80.47% from 255) = 53.95%

R = 42.11%
G = 3.95%
B = 53.95%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A00FCD (or 0xA00FCD) is known color: Dark Violet. HEX triplet: A0, 0F and CD. RGB value is (160,15,205). Sum of RGB (Red+Green+Blue) = 160+15+205=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #A00FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FCD is #5FF032. Grayscale: #4F4F4F. Windows color (decimal): -6287411 or 13438880. OLE color: 13438880.

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

Color convert

RGB 160 15 205 -
CMYK 0.22 0.93 0 0.20
HSL 285.79º 0.86% 0.43% -
HSV(B) 285.79º 0.93% 0.8% -
XYZ 25.69 12.22 58.76 -
YUV 80.02 198.54 185.05 -
System Red Green Blue C M Y K H S L
Decimal 160 15 205 0.22 0.93 0 0.20 285.79 0.86 0.43
Hex A0 F CD 16 5D 0 14 11E 56 2B
Octal 240 17 315 26 135 0 24 436 126 53
Binary 10100000 1111 11001101 10110 1011101 0 10100 100011110 1010110 101011

Color Harmonies of #A00FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FCD

Black with #A00FCD

Text Example


Text Example

White with #A00FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FCD; }

 p { color: rgb(160,15,205); }

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

background-color css

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

 a { background-color: rgb(160,15,205); }

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

border-color css

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

 span { border-color: rgb(160,15,205); }

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