Html Css Color HEX #A00BDD Dark Violet

📋 copy color: '#A00BDD'

red 160 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #A00BDD

Tints of Dark Violet #A00BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

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

R = 40.82%
G = 2.81%
B = 56.38%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A00BDD (or 0xA00BDD) is known color: Dark Violet. HEX triplet: A0, 0B and DD. RGB value is (160,11,221). Sum of RGB (Red+Green+Blue) = 160+11+221=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #A00BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BDD is #5FF422. Grayscale: #4E4E4E. Windows color (decimal): -6288419 or 14486432. OLE color: 14486432.

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

Color convert

RGB 160 11 221 -
CMYK 0.28 0.95 0 0.13
HSL 282.57º 0.91% 0.45% -
HSV(B) 282.57º 0.95% 0.87% -
XYZ 27.67 12.93 69.44 -
YUV 79.49 207.86 185.42 -
System Red Green Blue C M Y K H S L
Decimal 160 11 221 0.28 0.95 0 0.13 282.57 0.91 0.45
Hex A0 B DD 1C 5F 0 D 11B 5B 2D
Octal 240 13 335 34 137 0 15 433 133 55
Binary 10100000 1011 11011101 11100 1011111 0 1101 100011011 1011011 101101

Color Harmonies of #A00BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BDD

Black with #A00BDD

Text Example


Text Example

White with #A00BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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