Html Css Color HEX #AB01EB Electric Purple

📋 copy color: '#AB01EB'

red 171 ◦ green 1 ◦ blue 235

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

Shades of Electric Purple #AB01EB

Tints of Electric Purple #AB01EB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 42.01%
G = 0.25%
B = 57.74%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB01EB (or 0xAB01EB) is known color: Electric Purple. HEX triplet: AB, 01 and EB. RGB value is (171,1,235). Sum of RGB (Red+Green+Blue) = 171+1+235=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB01EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB01EB is #54FE14. Grayscale: #4D4D4D. Windows color (decimal): -5570069 or 15401387. OLE color: 15401387.

HSL color Cylindrical-coordinate representation of color #AB01EB: hue angle of 283.59º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB01EB is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 1 235 -
CMYK 0.27 1.00 0 0.08
HSL 283.59º 0.99% 0.46% -
HSV(B) 283.59º 1% 0.92% -
XYZ 31.8 14.68 79.75 -
YUV 78.51 216.32 193.97 -
System Red Green Blue C M Y K H S L
Decimal 171 1 235 0.27 1.00 0 0.08 283.59 0.99 0.46
Hex AB 1 EB 1B 64 0 8 11C 63 2E
Octal 253 1 353 33 144 0 10 434 143 56
Binary 10101011 1 11101011 11011 1100100 0 1000 100011100 1100011 101110

Color Harmonies of #AB01EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01EB

Black with #AB01EB

Text Example


Text Example

White with #AB01EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01EB; }

 p { color: rgb(171,1,235); }

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

background-color css

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

 a { background-color: rgb(171,1,235); }

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

border-color css

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

 span { border-color: rgb(171,1,235); }

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