Html Css Color HEX #AB11F2 Electric Purple

📋 copy color: '#AB11F2'

red 171 ◦ green 17 ◦ blue 242

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

Shades of Electric Purple #AB11F2

Tints of Electric Purple #AB11F2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.95%

 BLUE value IS 242 (94.92% from 255) = 56.28%

R = 39.77%
G = 3.95%
B = 56.28%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB11F2 (or 0xAB11F2) is known color: Electric Purple. HEX triplet: AB, 11 and F2. RGB value is (171,17,242). Sum of RGB (Red+Green+Blue) = 171+17+242=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB11F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB11F2 is #54EE0D. Grayscale: #575757. Windows color (decimal): -5565966 or 15864235. OLE color: 15864235.

HSL color Cylindrical-coordinate representation of color #AB11F2: hue angle of 281.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB11F2 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 17 242 -
CMYK 0.29 0.93 0 0.05
HSL 281.07º 0.9% 0.51% -
HSV(B) 281.07º 0.93% 0.95% -
XYZ 33.02 15.47 85.25 -
YUV 88.7 214.52 186.7 -
System Red Green Blue C M Y K H S L
Decimal 171 17 242 0.29 0.93 0 0.05 281.07 0.9 0.51
Hex AB 11 F2 1D 5D 0 5 119 5A 33
Octal 253 21 362 35 135 0 5 431 132 63
Binary 10101011 10001 11110010 11101 1011101 0 101 100011001 1011010 110011

Color Harmonies of #AB11F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11F2

Black with #AB11F2

Text Example


Text Example

White with #AB11F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11F2; }

 p { color: rgb(171,17,242); }

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

background-color css

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

 a { background-color: rgb(171,17,242); }

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

border-color css

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

 span { border-color: rgb(171,17,242); }

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