Html Css Color HEX #A310BC Dark Violet

📋 copy color: '#A310BC'

red 163 ◦ green 16 ◦ blue 188

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

Shades of Dark Violet #A310BC

Tints of Dark Violet #A310BC

RGB

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

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

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

R = 44.41%
G = 4.36%
B = 51.23%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A310BC (or 0xA310BC) is known color: Dark Violet. HEX triplet: A3, 10 and BC. RGB value is (163,16,188). Sum of RGB (Red+Green+Blue) = 163+16+188=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #A310BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310BC is #5CEF43. Grayscale: #4F4F4F. Windows color (decimal): -6090564 or 12325027. OLE color: 12325027.

HSL color Cylindrical-coordinate representation of color #A310BC: hue angle of 291.28º 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 #A310BC is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 16 188 -
CMYK 0.13 0.91 0 0.26
HSL 291.28º 0.84% 0.4% -
HSV(B) 291.28º 0.91% 0.74% -
XYZ 24.37 11.79 48.57 -
YUV 79.56 189.2 187.51 -
System Red Green Blue C M Y K H S L
Decimal 163 16 188 0.13 0.91 0 0.26 291.28 0.84 0.4
Hex A3 10 BC D 5B 0 1A 123 54 28
Octal 243 20 274 15 133 0 32 443 124 50
Binary 10100011 10000 10111100 1101 1011011 0 11010 100100011 1010100 101000

Color Harmonies of #A310BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A310BC

Black with #A310BC

Text Example


Text Example

White with #A310BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A310BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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