Html Css Color HEX #A010BD Dark Violet

📋 copy color: '#A010BD'

red 160 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #A010BD

Tints of Dark Violet #A010BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.38%

 BLUE value IS 189 (74.22% from 255) = 51.78%

R = 43.84%
G = 4.38%
B = 51.78%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A010BD (or 0xA010BD) is known color: Dark Violet. HEX triplet: A0, 10 and BD. RGB value is (160,16,189). Sum of RGB (Red+Green+Blue) = 160+16+189=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #A010BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010BD is #5FEF42. Grayscale: #4E4E4E. Windows color (decimal): -6287171 or 12390560. OLE color: 12390560.

HSL color Cylindrical-coordinate representation of color #A010BD: hue angle of 289.94º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A010BD is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 16 189 -
CMYK 0.15 0.92 0 0.26
HSL 289.94º 0.84% 0.4% -
HSV(B) 289.94º 0.92% 0.74% -
XYZ 23.87 11.52 49.11 -
YUV 78.78 190.21 185.93 -
System Red Green Blue C M Y K H S L
Decimal 160 16 189 0.15 0.92 0 0.26 289.94 0.84 0.4
Hex A0 10 BD F 5C 0 1A 122 54 28
Octal 240 20 275 17 134 0 32 442 124 50
Binary 10100000 10000 10111101 1111 1011100 0 11010 100100010 1010100 101000

Color Harmonies of #A010BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010BD

Black with #A010BD

Text Example


Text Example

White with #A010BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010BD; }

 p { color: rgb(160,16,189); }

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

background-color css

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

 a { background-color: rgb(160,16,189); }

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

border-color css

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

 span { border-color: rgb(160,16,189); }

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