Html Css Color HEX #A00FDD Dark Violet

📋 copy color: '#A00FDD'

red 160 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #A00FDD

Tints of Dark Violet #A00FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 40.4%
G = 3.79%
B = 55.81%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A00FDD (or 0xA00FDD) is known color: Dark Violet. HEX triplet: A0, 0F and DD. RGB value is (160,15,221). Sum of RGB (Red+Green+Blue) = 160+15+221=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #A00FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FDD is #5FF022. Grayscale: #515151. Windows color (decimal): -6287395 or 14487456. OLE color: 14487456.

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

Color convert

RGB 160 15 221 -
CMYK 0.28 0.93 0 0.13
HSL 282.23º 0.87% 0.46% -
HSV(B) 282.23º 0.93% 0.87% -
XYZ 27.72 13.04 69.46 -
YUV 81.84 206.54 183.75 -
System Red Green Blue C M Y K H S L
Decimal 160 15 221 0.28 0.93 0 0.13 282.23 0.87 0.46
Hex A0 F DD 1C 5D 0 D 11A 57 2E
Octal 240 17 335 34 135 0 15 432 127 56
Binary 10100000 1111 11011101 11100 1011101 0 1101 100011010 1010111 101110

Color Harmonies of #A00FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FDD

Black with #A00FDD

Text Example


Text Example

White with #A00FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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