Html Css Color HEX #AB0FF5 Electric Purple

📋 copy color: '#AB0FF5'

red 171 ◦ green 15 ◦ blue 245

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

Shades of Electric Purple #AB0FF5

Tints of Electric Purple #AB0FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 56.84%

R = 39.68%
G = 3.48%
B = 56.84%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB0FF5 (or 0xAB0FF5) is known color: Electric Purple. HEX triplet: AB, 0F and F5. RGB value is (171,15,245). Sum of RGB (Red+Green+Blue) = 171+15+245=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 245 (96.09% from 255 or 56.84% from 431); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB0FF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0FF5 is #54F00A. Grayscale: #575757. Windows color (decimal): -5566475 or 16060331. OLE color: 16060331.

HSL color Cylindrical-coordinate representation of color #AB0FF5: hue angle of 280.7º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0FF5 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 15 245 -
CMYK 0.30 0.94 0 0.04
HSL 280.7º 0.92% 0.51% -
HSV(B) 280.7º 0.94% 0.96% -
XYZ 33.45 15.59 87.63 -
YUV 87.86 216.68 187.3 -
System Red Green Blue C M Y K H S L
Decimal 171 15 245 0.30 0.94 0 0.04 280.7 0.92 0.51
Hex AB F F5 1E 5E 0 4 119 5C 33
Octal 253 17 365 36 136 0 4 431 134 63
Binary 10101011 1111 11110101 11110 1011110 0 100 100011001 1011100 110011

Color Harmonies of #AB0FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FF5

Black with #AB0FF5

Text Example


Text Example

White with #AB0FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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