Html Css Color HEX #A00ADF Dark Violet

📋 copy color: '#A00ADF'

red 160 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #A00ADF

Tints of Dark Violet #A00ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 223 (87.5% from 255) = 56.74%

R = 40.71%
G = 2.54%
B = 56.74%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A00ADF (or 0xA00ADF) is known color: Dark Violet. HEX triplet: A0, 0A and DF. RGB value is (160,10,223). Sum of RGB (Red+Green+Blue) = 160+10+223=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #A00ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ADF is #5FF520. Grayscale: #4E4E4E. Windows color (decimal): -6288673 or 14617248. OLE color: 14617248.

HSL color Cylindrical-coordinate representation of color #A00ADF: hue angle of 282.25º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00ADF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 10 223 -
CMYK 0.28 0.96 0 0.13
HSL 282.25º 0.91% 0.46% -
HSV(B) 282.25º 0.96% 0.87% -
XYZ 27.93 13.02 70.85 -
YUV 79.13 209.2 185.68 -
System Red Green Blue C M Y K H S L
Decimal 160 10 223 0.28 0.96 0 0.13 282.25 0.91 0.46
Hex A0 A DF 1C 60 0 D 11A 5B 2E
Octal 240 12 337 34 140 0 15 432 133 56
Binary 10100000 1010 11011111 11100 1100000 0 1101 100011010 1011011 101110

Color Harmonies of #A00ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00ADF

Black with #A00ADF

Text Example


Text Example

White with #A00ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00ADF; }

 p { color: rgb(160,10,223); }

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

background-color css

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

 a { background-color: rgb(160,10,223); }

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

border-color css

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

 span { border-color: rgb(160,10,223); }

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