Html Css Color HEX #A315CF Dark Violet

📋 copy color: '#A315CF'

red 163 ◦ green 21 ◦ blue 207

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

Shades of Dark Violet #A315CF

Tints of Dark Violet #A315CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 41.69%
G = 5.37%
B = 52.94%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A315CF (or 0xA315CF) is known color: Dark Violet. HEX triplet: A3, 15 and CF. RGB value is (163,21,207). Sum of RGB (Red+Green+Blue) = 163+21+207=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #A315CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315CF is #5CEA30. Grayscale: #545454. Windows color (decimal): -6089265 or 13571491. OLE color: 13571491.

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

Color convert

RGB 163 21 207 -
CMYK 0.21 0.90 0 0.19
HSL 285.81º 0.82% 0.45% -
HSV(B) 285.81º 0.9% 0.81% -
XYZ 26.63 12.83 60.1 -
YUV 84.66 197.04 183.88 -
System Red Green Blue C M Y K H S L
Decimal 163 21 207 0.21 0.90 0 0.19 285.81 0.82 0.45
Hex A3 15 CF 15 5A 0 13 11E 52 2D
Octal 243 25 317 25 132 0 23 436 122 55
Binary 10100011 10101 11001111 10101 1011010 0 10011 100011110 1010010 101101

Color Harmonies of #A315CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315CF

Black with #A315CF

Text Example


Text Example

White with #A315CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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