Html Css Color HEX #A010BC Dark Violet

📋 copy color: '#A010BC'

red 160 ◦ green 16 ◦ blue 188

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

Shades of Dark Violet #A010BC

Tints of Dark Violet #A010BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 43.96%
G = 4.4%
B = 51.65%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A010BC (or 0xA010BC) is known color: Dark Violet. HEX triplet: A0, 10 and BC. RGB value is (160,16,188). Sum of RGB (Red+Green+Blue) = 160+16+188=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #A010BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010BC is #5FEF43. Grayscale: #4E4E4E. Windows color (decimal): -6287172 or 12325024. OLE color: 12325024.

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

Color convert

RGB 160 16 188 -
CMYK 0.15 0.91 0 0.26
HSL 290.23º 0.84% 0.4% -
HSV(B) 290.23º 0.91% 0.74% -
XYZ 23.76 11.48 48.54 -
YUV 78.66 189.71 186.01 -
System Red Green Blue C M Y K H S L
Decimal 160 16 188 0.15 0.91 0 0.26 290.23 0.84 0.4
Hex A0 10 BC F 5B 0 1A 122 54 28
Octal 240 20 274 17 133 0 32 442 124 50
Binary 10100000 10000 10111100 1111 1011011 0 11010 100100010 1010100 101000

Color Harmonies of #A010BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010BC

Black with #A010BC

Text Example


Text Example

White with #A010BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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