Html Css Color HEX #AB0DFB Electric Purple

📋 copy color: '#AB0DFB'

red 171 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #AB0DFB

Tints of Electric Purple #AB0DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.99%

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

R = 39.31%
G = 2.99%
B = 57.7%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB0DFB (or 0xAB0DFB) is known color: Electric Purple. HEX triplet: AB, 0D and FB. RGB value is (171,13,251). Sum of RGB (Red+Green+Blue) = 171+13+251=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB0DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0DFB is #54F204. Grayscale: #565656. Windows color (decimal): -5566981 or 16453035. OLE color: 16453035.

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

Color convert

RGB 171 13 251 -
CMYK 0.32 0.95 0 0.02
HSL 279.83º 0.97% 0.52% -
HSV(B) 279.83º 0.95% 0.98% -
XYZ 34.35 15.91 92.53 -
YUV 87.37 220.35 187.65 -
System Red Green Blue C M Y K H S L
Decimal 171 13 251 0.32 0.95 0 0.02 279.83 0.97 0.52
Hex AB D FB 20 5F 0 2 118 61 34
Octal 253 15 373 40 137 0 2 430 141 64
Binary 10101011 1101 11111011 100000 1011111 0 10 100011000 1100001 110100

Color Harmonies of #AB0DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0DFB

Black with #AB0DFB

Text Example


Text Example

White with #AB0DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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