Html Css Color HEX #A00FCF Dark Violet

📋 copy color: '#A00FCF'

red 160 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #A00FCF

Tints of Dark Violet #A00FCF

RGB

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

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

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

R = 41.88%
G = 3.93%
B = 54.19%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A00FCF (or 0xA00FCF) is known color: Dark Violet. HEX triplet: A0, 0F and CF. RGB value is (160,15,207). Sum of RGB (Red+Green+Blue) = 160+15+207=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #A00FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FCF is #5FF030. Grayscale: #4F4F4F. Windows color (decimal): -6287409 or 13569952. OLE color: 13569952.

HSL color Cylindrical-coordinate representation of color #A00FCF: hue angle of 285.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00FCF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 15 207 -
CMYK 0.23 0.93 0 0.19
HSL 285.31º 0.86% 0.44% -
HSV(B) 285.31º 0.93% 0.81% -
XYZ 25.93 12.32 60.04 -
YUV 80.24 199.54 184.89 -
System Red Green Blue C M Y K H S L
Decimal 160 15 207 0.23 0.93 0 0.19 285.31 0.86 0.44
Hex A0 F CF 17 5D 0 13 11D 56 2C
Octal 240 17 317 27 135 0 23 435 126 54
Binary 10100000 1111 11001111 10111 1011101 0 10011 100011101 1010110 101100

Color Harmonies of #A00FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FCF

Black with #A00FCF

Text Example


Text Example

White with #A00FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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