Html Css Color HEX #A00DED Dark Violet

📋 copy color: '#A00DED'

red 160 ◦ green 13 ◦ blue 237

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

Shades of Dark Violet #A00DED

Tints of Dark Violet #A00DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.8%

R = 39.02%
G = 3.17%
B = 57.8%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A00DED (or 0xA00DED) is known color: Dark Violet. HEX triplet: A0, 0D and ED. RGB value is (160,13,237). Sum of RGB (Red+Green+Blue) = 160+13+237=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #A00DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00DED is #5FF212. Grayscale: #515151. Windows color (decimal): -6287891 or 15535520. OLE color: 15535520.

HSL color Cylindrical-coordinate representation of color #A00DED: hue angle of 279.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00DED is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 13 237 -
CMYK 0.32 0.95 0 0.07
HSL 279.38º 0.9% 0.49% -
HSV(B) 279.38º 0.95% 0.93% -
XYZ 29.93 13.88 81.22 -
YUV 82.49 215.2 183.29 -
System Red Green Blue C M Y K H S L
Decimal 160 13 237 0.32 0.95 0 0.07 279.38 0.9 0.49
Hex A0 D ED 20 5F 0 7 117 5A 31
Octal 240 15 355 40 137 0 7 427 132 61
Binary 10100000 1101 11101101 100000 1011111 0 111 100010111 1011010 110001

Color Harmonies of #A00DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00DED

Black with #A00DED

Text Example


Text Example

White with #A00DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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