Html Css Color HEX #A810EB Electric Purple

📋 copy color: '#A810EB'

red 168 ◦ green 16 ◦ blue 235

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

Shades of Electric Purple #A810EB

Tints of Electric Purple #A810EB

RGB

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

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

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

R = 40.1%
G = 3.82%
B = 56.09%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A810EB (or 0xA810EB) is known color: Electric Purple. HEX triplet: A8, 10 and EB. RGB value is (168,16,235). Sum of RGB (Red+Green+Blue) = 168+16+235=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 16 (6.64% from 255 or 3.82% 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 #A810EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A810EB is #57EF14. Grayscale: #555555. Windows color (decimal): -5762837 or 15405224. OLE color: 15405224.

HSL color Cylindrical-coordinate representation of color #A810EB: hue angle of 281.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A810EB is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 16 235 -
CMYK 0.29 0.93 0 0.08
HSL 281.64º 0.87% 0.49% -
HSV(B) 281.64º 0.93% 0.92% -
XYZ 31.33 14.69 79.78 -
YUV 86.41 211.86 186.19 -
System Red Green Blue C M Y K H S L
Decimal 168 16 235 0.29 0.93 0 0.08 281.64 0.87 0.49
Hex A8 10 EB 1D 5D 0 8 11A 57 31
Octal 250 20 353 35 135 0 10 432 127 61
Binary 10101000 10000 11101011 11101 1011101 0 1000 100011010 1010111 110001

Color Harmonies of #A810EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A810EB

Black with #A810EB

Text Example


Text Example

White with #A810EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A810EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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