Html Css Color HEX #A10CBE Dark Violet

📋 copy color: '#A10CBE'

red 161 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #A10CBE

Tints of Dark Violet #A10CBE

RGB

 RED value IS 161 (63.28% from 255) = 44.35%

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 44.35%
G = 3.31%
B = 52.34%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A10CBE (or 0xA10CBE) is known color: Dark Violet. HEX triplet: A1, 0C and BE. RGB value is (161,12,190). Sum of RGB (Red+Green+Blue) = 161+12+190=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #A10CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CBE is #5EF341. Grayscale: #4C4C4C. Windows color (decimal): -6222658 or 12455073. OLE color: 12455073.

HSL color Cylindrical-coordinate representation of color #A10CBE: hue angle of 290.22º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10CBE is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 12 190 -
CMYK 0.15 0.94 0 0.25
HSL 290.22º 0.88% 0.4% -
HSV(B) 290.22º 0.94% 0.75% -
XYZ 24.12 11.56 49.67 -
YUV 76.84 191.86 188.03 -
System Red Green Blue C M Y K H S L
Decimal 161 12 190 0.15 0.94 0 0.25 290.22 0.88 0.4
Hex A1 C BE F 5E 0 19 122 58 28
Octal 241 14 276 17 136 0 31 442 130 50
Binary 10100001 1100 10111110 1111 1011110 0 11001 100100010 1011000 101000

Color Harmonies of #A10CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10CBE

Black with #A10CBE

Text Example


Text Example

White with #A10CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10CBE; }

 p { color: rgb(161,12,190); }

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

background-color css

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

 a { background-color: rgb(161,12,190); }

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

border-color css

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

 span { border-color: rgb(161,12,190); }

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