Html Css Color HEX #A00BCD Dark Violet

📋 copy color: '#A00BCD'

red 160 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #A00BCD

Tints of Dark Violet #A00BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.52%

R = 42.55%
G = 2.93%
B = 54.52%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A00BCD (or 0xA00BCD) is known color: Dark Violet. HEX triplet: A0, 0B and CD. RGB value is (160,11,205). Sum of RGB (Red+Green+Blue) = 160+11+205=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #A00BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BCD is #5FF432. Grayscale: #4D4D4D. Windows color (decimal): -6288435 or 13437856. OLE color: 13437856.

HSL color Cylindrical-coordinate representation of color #A00BCD: hue angle of 286.08º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00BCD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 11 205 -
CMYK 0.22 0.95 0 0.20
HSL 286.08º 0.9% 0.42% -
HSV(B) 286.08º 0.95% 0.8% -
XYZ 25.64 12.12 58.75 -
YUV 77.67 199.86 186.73 -
System Red Green Blue C M Y K H S L
Decimal 160 11 205 0.22 0.95 0 0.20 286.08 0.9 0.42
Hex A0 B CD 16 5F 0 14 11E 5A 2A
Octal 240 13 315 26 137 0 24 436 132 52
Binary 10100000 1011 11001101 10110 1011111 0 10100 100011110 1011010 101010

Color Harmonies of #A00BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BCD

Black with #A00BCD

Text Example


Text Example

White with #A00BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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