Html Css Color HEX #A315CC Dark Violet

📋 copy color: '#A315CC'

red 163 ◦ green 21 ◦ blue 204

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

Shades of Dark Violet #A315CC

Tints of Dark Violet #A315CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 42.01%
G = 5.41%
B = 52.58%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A315CC (or 0xA315CC) is known color: Dark Violet. HEX triplet: A3, 15 and CC. RGB value is (163,21,204). Sum of RGB (Red+Green+Blue) = 163+21+204=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #A315CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315CC is #5CEA33. Grayscale: #535353. Windows color (decimal): -6089268 or 13374883. OLE color: 13374883.

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

Color convert

RGB 163 21 204 -
CMYK 0.20 0.90 0 0.2
HSL 286.56º 0.81% 0.44% -
HSV(B) 286.56º 0.9% 0.8% -
XYZ 26.27 12.68 58.19 -
YUV 84.32 195.54 184.12 -
System Red Green Blue C M Y K H S L
Decimal 163 21 204 0.20 0.90 0 0.2 286.56 0.81 0.44
Hex A3 15 CC 14 5A 0 14 11F 51 2C
Octal 243 25 314 24 132 0 24 437 121 54
Binary 10100011 10101 11001100 10100 1011010 0 10100 100011111 1010001 101100

Color Harmonies of #A315CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315CC

Black with #A315CC

Text Example


Text Example

White with #A315CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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