Html Css Color HEX #A313CA Dark Violet

📋 copy color: '#A313CA'

red 163 ◦ green 19 ◦ blue 202

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

Shades of Dark Violet #A313CA

Tints of Dark Violet #A313CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 42.45%
G = 4.95%
B = 52.6%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A313CA (or 0xA313CA) is known color: Dark Violet. HEX triplet: A3, 13 and CA. RGB value is (163,19,202). Sum of RGB (Red+Green+Blue) = 163+19+202=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #A313CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A313CA is #5CEC35. Grayscale: #525252. Windows color (decimal): -6089782 or 13243299. OLE color: 13243299.

HSL color Cylindrical-coordinate representation of color #A313CA: hue angle of 287.21º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A313CA is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 19 202 -
CMYK 0.19 0.91 0 0.21
HSL 287.21º 0.83% 0.43% -
HSV(B) 287.21º 0.91% 0.79% -
XYZ 26 12.52 56.92 -
YUV 82.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 163 19 202 0.19 0.91 0 0.21 287.21 0.83 0.43
Hex A3 13 CA 13 5B 0 15 11F 53 2B
Octal 243 23 312 23 133 0 25 437 123 53
Binary 10100011 10011 11001010 10011 1011011 0 10101 100011111 1010011 101011

Color Harmonies of #A313CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A313CA

Black with #A313CA

Text Example


Text Example

White with #A313CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A313CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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