Html Css Color HEX #A805EB Electric Purple

📋 copy color: '#A805EB'

red 168 ◦ green 5 ◦ blue 235

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

Shades of Electric Purple #A805EB

Tints of Electric Purple #A805EB

RGB

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

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

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

R = 41.18%
G = 1.23%
B = 57.6%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A805EB (or 0xA805EB) is known color: Electric Purple. HEX triplet: A8, 05 and EB. RGB value is (168,5,235). Sum of RGB (Red+Green+Blue) = 168+5+235=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #A805EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805EB is #57FA14. Grayscale: #4F4F4F. Windows color (decimal): -5765653 or 15402408. OLE color: 15402408.

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

Color convert

RGB 168 5 235 -
CMYK 0.29 0.98 0 0.08
HSL 282.52º 0.96% 0.47% -
HSV(B) 282.52º 0.98% 0.92% -
XYZ 31.2 14.43 79.74 -
YUV 79.96 215.5 190.8 -
System Red Green Blue C M Y K H S L
Decimal 168 5 235 0.29 0.98 0 0.08 282.52 0.96 0.47
Hex A8 5 EB 1D 62 0 8 11B 60 2F
Octal 250 5 353 35 142 0 10 433 140 57
Binary 10101000 101 11101011 11101 1100010 0 1000 100011011 1100000 101111

Color Harmonies of #A805EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805EB

Black with #A805EB

Text Example


Text Example

White with #A805EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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