Html Css Color HEX #A810F5 Electric Purple

📋 copy color: '#A810F5'

red 168 ◦ green 16 ◦ blue 245

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

Shades of Electric Purple #A810F5

Tints of Electric Purple #A810F5

RGB

 RED value IS 168 (66.02% from 255) = 39.16%

 GREEN value IS 16 (6.64% from 255) = 3.73%

 BLUE value IS 245 (96.09% from 255) = 57.11%

R = 39.16%
G = 3.73%
B = 57.11%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A810F5 (or 0xA810F5) is known color: Electric Purple. HEX triplet: A8, 10 and F5. RGB value is (168,16,245). Sum of RGB (Red+Green+Blue) = 168+16+245=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #A810F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A810F5 is #57EF0A. Grayscale: #565656. Windows color (decimal): -5762827 or 16060584. OLE color: 16060584.

HSL color Cylindrical-coordinate representation of color #A810F5: hue angle of 279.83º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A810F5 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 16 245 -
CMYK 0.31 0.93 0 0.04
HSL 279.83º 0.92% 0.51% -
HSV(B) 279.83º 0.93% 0.96% -
XYZ 32.82 15.29 87.61 -
YUV 87.55 216.86 185.38 -
System Red Green Blue C M Y K H S L
Decimal 168 16 245 0.31 0.93 0 0.04 279.83 0.92 0.51
Hex A8 10 F5 1F 5D 0 4 118 5C 33
Octal 250 20 365 37 135 0 4 430 134 63
Binary 10101000 10000 11110101 11111 1011101 0 100 100011000 1011100 110011

Color Harmonies of #A810F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A810F5

Black with #A810F5

Text Example


Text Example

White with #A810F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A810F5; }

 p { color: rgb(168,16,245); }

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

background-color css

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

 a { background-color: rgb(168,16,245); }

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

border-color css

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

 span { border-color: rgb(168,16,245); }

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