Html Css Color HEX #A310BE Dark Violet

📋 copy color: '#A310BE'

red 163 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #A310BE

Tints of Dark Violet #A310BE

RGB

 RED value IS 163 (64.06% from 255) = 44.17%

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

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

R = 44.17%
G = 4.34%
B = 51.49%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A310BE (or 0xA310BE) is known color: Dark Violet. HEX triplet: A3, 10 and BE. RGB value is (163,16,190). Sum of RGB (Red+Green+Blue) = 163+16+190=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #A310BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310BE is #5CEF41. Grayscale: #4F4F4F. Windows color (decimal): -6090562 or 12456099. OLE color: 12456099.

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

Color convert

RGB 163 16 190 -
CMYK 0.14 0.92 0 0.25
HSL 290.69º 0.84% 0.4% -
HSV(B) 290.69º 0.92% 0.75% -
XYZ 24.58 11.87 49.71 -
YUV 79.79 190.2 187.35 -
System Red Green Blue C M Y K H S L
Decimal 163 16 190 0.14 0.92 0 0.25 290.69 0.84 0.4
Hex A3 10 BE E 5C 0 19 123 54 28
Octal 243 20 276 16 134 0 31 443 124 50
Binary 10100011 10000 10111110 1110 1011100 0 11001 100100011 1010100 101000

Color Harmonies of #A310BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A310BE

Black with #A310BE

Text Example


Text Example

White with #A310BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A310BE; }

 p { color: rgb(163,16,190); }

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

background-color css

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

 a { background-color: rgb(163,16,190); }

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

border-color css

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

 span { border-color: rgb(163,16,190); }

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