Html Css Color HEX #A805EC Electric Purple

📋 copy color: '#A805EC'

red 168 ◦ green 5 ◦ blue 236

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

Shades of Electric Purple #A805EC

Tints of Electric Purple #A805EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

 BLUE value IS 236 (92.58% from 255) = 57.7%

R = 41.08%
G = 1.22%
B = 57.7%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A805EC (or 0xA805EC) is known color: Electric Purple. HEX triplet: A8, 05 and EC. RGB value is (168,5,236). Sum of RGB (Red+Green+Blue) = 168+5+236=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #A805EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805EC is #57FA13. Grayscale: #4F4F4F. Windows color (decimal): -5765652 or 15467944. OLE color: 15467944.

HSL color Cylindrical-coordinate representation of color #A805EC: hue angle of 282.34º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805EC is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 5 236 -
CMYK 0.29 0.98 0 0.07
HSL 282.34º 0.96% 0.47% -
HSV(B) 282.34º 0.98% 0.93% -
XYZ 31.34 14.49 80.5 -
YUV 80.07 216 190.72 -
System Red Green Blue C M Y K H S L
Decimal 168 5 236 0.29 0.98 0 0.07 282.34 0.96 0.47
Hex A8 5 EC 1D 62 0 7 11A 60 2F
Octal 250 5 354 35 142 0 7 432 140 57
Binary 10101000 101 11101100 11101 1100010 0 111 100011010 1100000 101111

Color Harmonies of #A805EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805EC

Black with #A805EC

Text Example


Text Example

White with #A805EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805EC; }

 p { color: rgb(168,5,236); }

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

background-color css

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

 a { background-color: rgb(168,5,236); }

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

border-color css

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

 span { border-color: rgb(168,5,236); }

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