Html Css Color HEX #AB1AFD Electric Purple

📋 copy color: '#AB1AFD'

red 171 ◦ green 26 ◦ blue 253

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

Shades of Electric Purple #AB1AFD

Tints of Electric Purple #AB1AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.78%

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

R = 38%
G = 5.78%
B = 56.22%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB1AFD (or 0xAB1AFD) is known color: Electric Purple. HEX triplet: AB, 1A and FD. RGB value is (171,26,253). Sum of RGB (Red+Green+Blue) = 171+26+253=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB1AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1AFD is #54E502. Grayscale: #5E5E5E. Windows color (decimal): -5563651 or 16587435. OLE color: 16587435.

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

Color convert

RGB 171 26 253 -
CMYK 0.32 0.90 0 0.01
HSL 278.33º 0.98% 0.55% -
HSV(B) 278.33º 0.9% 0.99% -
XYZ 34.89 16.49 94.27 -
YUV 95.23 217.04 182.04 -
System Red Green Blue C M Y K H S L
Decimal 171 26 253 0.32 0.90 0 0.01 278.33 0.98 0.55
Hex AB 1A FD 20 5A 0 1 116 62 37
Octal 253 32 375 40 132 0 1 426 142 67
Binary 10101011 11010 11111101 100000 1011010 0 1 100010110 1100010 110111

Color Harmonies of #AB1AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1AFD

Black with #AB1AFD

Text Example


Text Example

White with #AB1AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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