Html Css Color HEX #AB18FD Electric Purple

📋 copy color: '#AB18FD'

red 171 ◦ green 24 ◦ blue 253

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

Shades of Electric Purple #AB18FD

Tints of Electric Purple #AB18FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.36%

 BLUE value IS 253 (99.22% from 255) = 56.47%

R = 38.17%
G = 5.36%
B = 56.47%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB18FD (or 0xAB18FD) is known color: Electric Purple. HEX triplet: AB, 18 and FD. RGB value is (171,24,253). Sum of RGB (Red+Green+Blue) = 171+24+253=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB18FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB18FD is #54E702. Grayscale: #5D5D5D. Windows color (decimal): -5564163 or 16586923. OLE color: 16586923.

HSL color Cylindrical-coordinate representation of color #AB18FD: hue angle of 278.52º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB18FD is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 24 253 -
CMYK 0.32 0.91 0 0.01
HSL 278.52º 0.98% 0.54% -
HSV(B) 278.52º 0.91% 0.99% -
XYZ 34.85 16.4 94.26 -
YUV 94.06 217.7 182.88 -
System Red Green Blue C M Y K H S L
Decimal 171 24 253 0.32 0.91 0 0.01 278.52 0.98 0.54
Hex AB 18 FD 20 5B 0 1 117 62 36
Octal 253 30 375 40 133 0 1 427 142 66
Binary 10101011 11000 11111101 100000 1011011 0 1 100010111 1100010 110110

Color Harmonies of #AB18FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18FD

Black with #AB18FD

Text Example


Text Example

White with #AB18FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18FD; }

 p { color: rgb(171,24,253); }

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

background-color css

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

 a { background-color: rgb(171,24,253); }

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

border-color css

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

 span { border-color: rgb(171,24,253); }

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