Html Css Color HEX #A00DCF Dark Violet

📋 copy color: '#A00DCF'

red 160 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #A00DCF

Tints of Dark Violet #A00DCF

RGB

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

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

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

R = 42.11%
G = 3.42%
B = 54.47%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A00DCF (or 0xA00DCF) is known color: Dark Violet. HEX triplet: A0, 0D and CF. RGB value is (160,13,207). Sum of RGB (Red+Green+Blue) = 160+13+207=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #A00DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DCF is #5FF230. Grayscale: #4E4E4E. Windows color (decimal): -6287921 or 13569440. OLE color: 13569440.

HSL color Cylindrical-coordinate representation of color #A00DCF: hue angle of 285.46º 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 #A00DCF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 13 207 -
CMYK 0.23 0.94 0 0.19
HSL 285.46º 0.88% 0.43% -
HSV(B) 285.46º 0.94% 0.81% -
XYZ 25.9 12.27 60.03 -
YUV 79.07 200.2 185.73 -
System Red Green Blue C M Y K H S L
Decimal 160 13 207 0.23 0.94 0 0.19 285.46 0.88 0.43
Hex A0 D CF 17 5E 0 13 11D 58 2B
Octal 240 15 317 27 136 0 23 435 130 53
Binary 10100000 1101 11001111 10111 1011110 0 10011 100011101 1011000 101011

Color Harmonies of #A00DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00DCF

Black with #A00DCF

Text Example


Text Example

White with #A00DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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