Html Css Color HEX #A315FF Electric Purple

📋 copy color: '#A315FF'

red 163 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #A315FF

Tints of Electric Purple #A315FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.09%

R = 37.13%
G = 4.78%
B = 58.09%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A315FF (or 0xA315FF) is known color: Electric Purple. HEX triplet: A3, 15 and FF. RGB value is (163,21,255). Sum of RGB (Red+Green+Blue) = 163+21+255=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #A315FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A315FF is #5CEA00. Grayscale: #595959. Windows color (decimal): -6089217 or 16717219. OLE color: 16717219.

HSL color Cylindrical-coordinate representation of color #A315FF: hue angle of 276.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A315FF is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 21 255 -
CMYK 0.36 0.92 0 0
HSL 276.41º 1% 0.54% -
HSV(B) 276.41º 0.92% 1% -
XYZ 33.42 15.54 95.85 -
YUV 90.13 221.04 179.97 -
System Red Green Blue C M Y K H S L
Decimal 163 21 255 0.36 0.92 0 0 276.41 1 0.54
Hex A3 15 FF 24 5C 0 0 114 64 36
Octal 243 25 377 44 134 0 0 424 144 66
Binary 10100011 10101 11111111 100100 1011100 0 0 100010100 1100100 110110

Color Harmonies of #A315FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315FF

Black with #A315FF

Text Example


Text Example

White with #A315FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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