Html Css Color HEX #A315CD Dark Violet

📋 copy color: '#A315CD'

red 163 ◦ green 21 ◦ blue 205

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

Shades of Dark Violet #A315CD

Tints of Dark Violet #A315CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 41.9%
G = 5.4%
B = 52.7%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A315CD (or 0xA315CD) is known color: Dark Violet. HEX triplet: A3, 15 and CD. RGB value is (163,21,205). Sum of RGB (Red+Green+Blue) = 163+21+205=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #A315CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315CD is #5CEA32. Grayscale: #535353. Windows color (decimal): -6089267 or 13440419. OLE color: 13440419.

HSL color Cylindrical-coordinate representation of color #A315CD: hue angle of 286.3º 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 #A315CD is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 21 205 -
CMYK 0.20 0.90 0 0.20
HSL 286.3º 0.81% 0.44% -
HSV(B) 286.3º 0.9% 0.8% -
XYZ 26.39 12.73 58.82 -
YUV 84.43 196.04 184.04 -
System Red Green Blue C M Y K H S L
Decimal 163 21 205 0.20 0.90 0 0.20 286.3 0.81 0.44
Hex A3 15 CD 14 5A 0 14 11E 51 2C
Octal 243 25 315 24 132 0 24 436 121 54
Binary 10100011 10101 11001101 10100 1011010 0 10100 100011110 1010001 101100

Color Harmonies of #A315CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315CD

Black with #A315CD

Text Example


Text Example

White with #A315CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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