Html Css Color HEX #AB04EE Electric Purple

📋 copy color: '#AB04EE'

red 171 ◦ green 4 ◦ blue 238

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

Shades of Electric Purple #AB04EE

Tints of Electric Purple #AB04EE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

 BLUE value IS 238 (93.36% from 255) = 57.63%

R = 41.4%
G = 0.97%
B = 57.63%

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

#AB04EE (or 0xAB04EE) is known color: Electric Purple. HEX triplet: AB, 04 and EE. RGB value is (171,4,238). Sum of RGB (Red+Green+Blue) = 171+4+238=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB04EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04EE is #54FB11. Grayscale: #4F4F4F. Windows color (decimal): -5569298 or 15598763. OLE color: 15598763.

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

Color convert

RGB 171 4 238 -
CMYK 0.28 0.98 0 0.07
HSL 282.82º 0.97% 0.47% -
HSV(B) 282.82º 0.98% 0.93% -
XYZ 32.27 14.92 82.07 -
YUV 80.61 216.83 192.47 -
System Red Green Blue C M Y K H S L
Decimal 171 4 238 0.28 0.98 0 0.07 282.82 0.97 0.47
Hex AB 4 EE 1C 62 0 7 11B 61 2F
Octal 253 4 356 34 142 0 7 433 141 57
Binary 10101011 100 11101110 11100 1100010 0 111 100011011 1100001 101111

Color Harmonies of #AB04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04EE

Black with #AB04EE

Text Example


Text Example

White with #AB04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04EE; }

 p { color: rgb(171,4,238); }

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

background-color css

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

 a { background-color: rgb(171,4,238); }

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

border-color css

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

 span { border-color: rgb(171,4,238); }

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