Html Css Color HEX #A310DD Dark Violet

📋 copy color: '#A310DD'

red 163 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #A310DD

Tints of Dark Violet #A310DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 40.75%
G = 4%
B = 55.25%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A310DD (or 0xA310DD) is known color: Dark Violet. HEX triplet: A3, 10 and DD. RGB value is (163,16,221). Sum of RGB (Red+Green+Blue) = 163+16+221=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #A310DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310DD is #5CEF22. Grayscale: #525252. Windows color (decimal): -6090531 or 14487715. OLE color: 14487715.

HSL color Cylindrical-coordinate representation of color #A310DD: hue angle of 283.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A310DD is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 16 221 -
CMYK 0.26 0.93 0 0.13
HSL 283.02º 0.86% 0.46% -
HSV(B) 283.02º 0.93% 0.87% -
XYZ 28.34 13.38 69.5 -
YUV 83.32 205.7 184.83 -
System Red Green Blue C M Y K H S L
Decimal 163 16 221 0.26 0.93 0 0.13 283.02 0.86 0.46
Hex A3 10 DD 1A 5D 0 D 11B 56 2E
Octal 243 20 335 32 135 0 15 433 126 56
Binary 10100011 10000 11011101 11010 1011101 0 1101 100011011 1010110 101110

Color Harmonies of #A310DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A310DD

Black with #A310DD

Text Example


Text Example

White with #A310DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A310DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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