Html Css Color HEX #A313DD Dark Violet

📋 copy color: '#A313DD'

red 163 ◦ green 19 ◦ blue 221

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

Shades of Dark Violet #A313DD

Tints of Dark Violet #A313DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.71%

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

R = 40.45%
G = 4.71%
B = 54.84%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A313DD (or 0xA313DD) is known color: Dark Violet. HEX triplet: A3, 13 and DD. RGB value is (163,19,221). Sum of RGB (Red+Green+Blue) = 163+19+221=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #A313DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A313DD is #5CEC22. Grayscale: #545454. Windows color (decimal): -6089763 or 14488483. OLE color: 14488483.

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

Color convert

RGB 163 19 221 -
CMYK 0.26 0.91 0 0.13
HSL 282.77º 0.84% 0.47% -
HSV(B) 282.77º 0.91% 0.87% -
XYZ 28.39 13.47 69.51 -
YUV 85.08 204.71 183.57 -
System Red Green Blue C M Y K H S L
Decimal 163 19 221 0.26 0.91 0 0.13 282.77 0.84 0.47
Hex A3 13 DD 1A 5B 0 D 11B 54 2F
Octal 243 23 335 32 133 0 15 433 124 57
Binary 10100011 10011 11011101 11010 1011011 0 1101 100011011 1010100 101111

Color Harmonies of #A313DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A313DD

Black with #A313DD

Text Example


Text Example

White with #A313DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A313DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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