Html Css Color HEX #A10CB3 Dark Violet

📋 copy color: '#A10CB3'

red 161 ◦ green 12 ◦ blue 179

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

Shades of Dark Violet #A10CB3

Tints of Dark Violet #A10CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.85%

R = 45.74%
G = 3.41%
B = 50.85%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A10CB3 (or 0xA10CB3) is known color: Dark Violet. HEX triplet: A1, 0C and B3. RGB value is (161,12,179). Sum of RGB (Red+Green+Blue) = 161+12+179=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #A10CB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CB3 is #5EF34C. Grayscale: #4B4B4B. Windows color (decimal): -6222669 or 11734177. OLE color: 11734177.

HSL color Cylindrical-coordinate representation of color #A10CB3: hue angle of 293.53º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10CB3 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 12 179 -
CMYK 0.10 0.93 0 0.30
HSL 293.53º 0.87% 0.37% -
HSV(B) 293.53º 0.93% 0.7% -
XYZ 22.97 11.09 43.58 -
YUV 75.59 186.36 188.92 -
System Red Green Blue C M Y K H S L
Decimal 161 12 179 0.10 0.93 0 0.30 293.53 0.87 0.37
Hex A1 C B3 A 5D 0 1E 126 57 25
Octal 241 14 263 12 135 0 36 446 127 45
Binary 10100001 1100 10110011 1010 1011101 0 11110 100100110 1010111 100101

Color Harmonies of #A10CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10CB3

Black with #A10CB3

Text Example


Text Example

White with #A10CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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