Html Css Color HEX #AB0FFD Electric Purple

📋 copy color: '#AB0FFD'

red 171 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #AB0FFD

Tints of Electric Purple #AB0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

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

R = 38.95%
G = 3.42%
B = 57.63%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB0FFD (or 0xAB0FFD) is known color: Electric Purple. HEX triplet: AB, 0F and FD. RGB value is (171,15,253). Sum of RGB (Red+Green+Blue) = 171+15+253=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB0FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0FFD is #54F002. Grayscale: #575757. Windows color (decimal): -5566467 or 16584619. OLE color: 16584619.

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

Color convert

RGB 171 15 253 -
CMYK 0.32 0.94 0 0.01
HSL 279.33º 0.98% 0.53% -
HSV(B) 279.33º 0.94% 0.99% -
XYZ 34.7 16.09 94.21 -
YUV 88.78 220.68 186.65 -
System Red Green Blue C M Y K H S L
Decimal 171 15 253 0.32 0.94 0 0.01 279.33 0.98 0.53
Hex AB F FD 20 5E 0 1 117 62 35
Octal 253 17 375 40 136 0 1 427 142 65
Binary 10101011 1111 11111101 100000 1011110 0 1 100010111 1100010 110101

Color Harmonies of #AB0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FFD

Black with #AB0FFD

Text Example


Text Example

White with #AB0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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