Html Css Color HEX #A315EB Dark Violet

📋 copy color: '#A315EB'

red 163 ◦ green 21 ◦ blue 235

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

Shades of Dark Violet #A315EB

Tints of Dark Violet #A315EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.09%

R = 38.9%
G = 5.01%
B = 56.09%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A315EB (or 0xA315EB) is known color: Dark Violet. HEX triplet: A3, 15 and EB. RGB value is (163,21,235). Sum of RGB (Red+Green+Blue) = 163+21+235=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #A315EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A315EB is #5CEA14. Grayscale: #575757. Windows color (decimal): -6089237 or 15406499. OLE color: 15406499.

HSL color Cylindrical-coordinate representation of color #A315EB: hue angle of 279.81º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A315EB is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 21 235 -
CMYK 0.31 0.91 0 0.08
HSL 279.81º 0.84% 0.5% -
HSV(B) 279.81º 0.91% 0.92% -
XYZ 30.37 14.32 79.76 -
YUV 87.85 211.04 181.6 -
System Red Green Blue C M Y K H S L
Decimal 163 21 235 0.31 0.91 0 0.08 279.81 0.84 0.5
Hex A3 15 EB 1F 5B 0 8 118 54 32
Octal 243 25 353 37 133 0 10 430 124 62
Binary 10100011 10101 11101011 11111 1011011 0 1000 100011000 1010100 110010

Color Harmonies of #A315EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315EB

Black with #A315EB

Text Example


Text Example

White with #A315EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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