Html Css Color HEX #A315CA Dark Violet

📋 copy color: '#A315CA'

red 163 ◦ green 21 ◦ blue 202

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

Shades of Dark Violet #A315CA

Tints of Dark Violet #A315CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

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

R = 42.23%
G = 5.44%
B = 52.33%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A315CA (or 0xA315CA) is known color: Dark Violet. HEX triplet: A3, 15 and CA. RGB value is (163,21,202). Sum of RGB (Red+Green+Blue) = 163+21+202=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #A315CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315CA is #5CEA35. Grayscale: #535353. Windows color (decimal): -6089270 or 13243811. OLE color: 13243811.

HSL color Cylindrical-coordinate representation of color #A315CA: hue angle of 287.07º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A315CA is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 21 202 -
CMYK 0.19 0.90 0 0.21
HSL 287.07º 0.81% 0.44% -
HSV(B) 287.07º 0.9% 0.79% -
XYZ 26.03 12.59 56.93 -
YUV 84.09 194.54 184.28 -
System Red Green Blue C M Y K H S L
Decimal 163 21 202 0.19 0.90 0 0.21 287.07 0.81 0.44
Hex A3 15 CA 13 5A 0 15 11F 51 2C
Octal 243 25 312 23 132 0 25 437 121 54
Binary 10100011 10101 11001010 10011 1011010 0 10101 100011111 1010001 101100

Color Harmonies of #A315CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315CA

Black with #A315CA

Text Example


Text Example

White with #A315CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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