Html Css Color HEX #A805ED Electric Purple

📋 copy color: '#A805ED'

red 168 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #A805ED

Tints of Electric Purple #A805ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.8%

R = 40.98%
G = 1.22%
B = 57.8%

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

#A805ED (or 0xA805ED) is known color: Electric Purple. HEX triplet: A8, 05 and ED. RGB value is (168,5,237). Sum of RGB (Red+Green+Blue) = 168+5+237=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #A805ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805ED is #57FA12. Grayscale: #4F4F4F. Windows color (decimal): -5765651 or 15533480. OLE color: 15533480.

HSL color Cylindrical-coordinate representation of color #A805ED: hue angle of 282.16º 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 #A805ED is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 5 237 -
CMYK 0.29 0.98 0 0.07
HSL 282.16º 0.96% 0.47% -
HSV(B) 282.16º 0.98% 0.93% -
XYZ 31.49 14.55 81.27 -
YUV 80.19 216.5 190.64 -
System Red Green Blue C M Y K H S L
Decimal 168 5 237 0.29 0.98 0 0.07 282.16 0.96 0.47
Hex A8 5 ED 1D 62 0 7 11A 60 2F
Octal 250 5 355 35 142 0 7 432 140 57
Binary 10101000 101 11101101 11101 1100010 0 111 100011010 1100000 101111

Color Harmonies of #A805ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805ED

Black with #A805ED

Text Example


Text Example

White with #A805ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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