Html Css Color HEX #AB05ED Electric Purple

📋 copy color: '#AB05ED'

red 171 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #AB05ED

Tints of Electric Purple #AB05ED

RGB

 RED value IS 171 (67.19% from 255) = 41.4%

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

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

R = 41.4%
G = 1.21%
B = 57.38%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB05ED (or 0xAB05ED) is known color: Electric Purple. HEX triplet: AB, 05 and ED. RGB value is (171,5,237). Sum of RGB (Red+Green+Blue) = 171+5+237=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB05ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB05ED is #54FA12. Grayscale: #505050. Windows color (decimal): -5569043 or 15533483. OLE color: 15533483.

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

Color convert

RGB 171 5 237 -
CMYK 0.28 0.98 0 0.07
HSL 282.93º 0.96% 0.47% -
HSV(B) 282.93º 0.98% 0.93% -
XYZ 32.13 14.88 81.3 -
YUV 81.08 216 192.14 -
System Red Green Blue C M Y K H S L
Decimal 171 5 237 0.28 0.98 0 0.07 282.93 0.96 0.47
Hex AB 5 ED 1C 62 0 7 11B 60 2F
Octal 253 5 355 34 142 0 7 433 140 57
Binary 10101011 101 11101101 11100 1100010 0 111 100011011 1100000 101111

Color Harmonies of #AB05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB05ED

Black with #AB05ED

Text Example


Text Example

White with #AB05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB05ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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