Html Css Color HEX #A00DCE Dark Violet

📋 copy color: '#A00DCE'

red 160 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #A00DCE

Tints of Dark Violet #A00DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 42.22%
G = 3.43%
B = 54.35%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A00DCE (or 0xA00DCE) is known color: Dark Violet. HEX triplet: A0, 0D and CE. RGB value is (160,13,206). Sum of RGB (Red+Green+Blue) = 160+13+206=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #A00DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DCE is #5FF231. Grayscale: #4E4E4E. Windows color (decimal): -6287922 or 13503904. OLE color: 13503904.

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

Color convert

RGB 160 13 206 -
CMYK 0.22 0.94 0 0.19
HSL 285.7º 0.88% 0.43% -
HSV(B) 285.7º 0.94% 0.81% -
XYZ 25.78 12.22 59.39 -
YUV 78.96 199.7 185.81 -
System Red Green Blue C M Y K H S L
Decimal 160 13 206 0.22 0.94 0 0.19 285.7 0.88 0.43
Hex A0 D CE 16 5E 0 13 11E 58 2B
Octal 240 15 316 26 136 0 23 436 130 53
Binary 10100000 1101 11001110 10110 1011110 0 10011 100011110 1011000 101011

Color Harmonies of #A00DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00DCE

Black with #A00DCE

Text Example


Text Example

White with #A00DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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