Html Css Color HEX #AB05FB Electric Purple

📋 copy color: '#AB05FB'

red 171 ◦ green 5 ◦ blue 251

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

Shades of Electric Purple #AB05FB

Tints of Electric Purple #AB05FB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

 BLUE value IS 251 (98.44% from 255) = 58.78%

R = 40.05%
G = 1.17%
B = 58.78%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB05FB (or 0xAB05FB) is known color: Electric Purple. HEX triplet: AB, 05 and FB. RGB value is (171,5,251). Sum of RGB (Red+Green+Blue) = 171+5+251=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB05FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB05FB is #54FA04. Grayscale: #515151. Windows color (decimal): -5569029 or 16450987. OLE color: 16450987.

HSL color Cylindrical-coordinate representation of color #AB05FB: hue angle of 280.49º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05FB is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 5 251 -
CMYK 0.32 0.98 0 0.02
HSL 280.49º 0.97% 0.5% -
HSV(B) 280.49º 0.98% 0.98% -
XYZ 34.26 15.73 92.5 -
YUV 82.68 223 191 -
System Red Green Blue C M Y K H S L
Decimal 171 5 251 0.32 0.98 0 0.02 280.49 0.97 0.5
Hex AB 5 FB 20 62 0 2 118 61 32
Octal 253 5 373 40 142 0 2 430 141 62
Binary 10101011 101 11111011 100000 1100010 0 10 100011000 1100001 110010

Color Harmonies of #AB05FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB05FB

Black with #AB05FB

Text Example


Text Example

White with #AB05FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB05FB; }

 p { color: rgb(171,5,251); }

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

background-color css

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

 a { background-color: rgb(171,5,251); }

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

border-color css

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

 span { border-color: rgb(171,5,251); }

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