Html Css Color HEX #AB0DFA Electric Purple

📋 copy color: '#AB0DFA'

red 171 ◦ green 13 ◦ blue 250

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

Shades of Electric Purple #AB0DFA

Tints of Electric Purple #AB0DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 39.4%
G = 3%
B = 57.6%

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

#AB0DFA (or 0xAB0DFA) is known color: Electric Purple. HEX triplet: AB, 0D and FA. RGB value is (171,13,250). Sum of RGB (Red+Green+Blue) = 171+13+250=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB0DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0DFA is #54F205. Grayscale: #565656. Windows color (decimal): -5566982 or 16387499. OLE color: 16387499.

HSL color Cylindrical-coordinate representation of color #AB0DFA: hue angle of 280º degrees, saturation: 0.96, 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 #AB0DFA is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 13 250 -
CMYK 0.32 0.95 0 0.02
HSL 280º 0.96% 0.52% -
HSV(B) 280º 0.95% 0.98% -
XYZ 34.19 15.85 91.7 -
YUV 87.26 219.85 187.73 -
System Red Green Blue C M Y K H S L
Decimal 171 13 250 0.32 0.95 0 0.02 280 0.96 0.52
Hex AB D FA 20 5F 0 2 118 60 34
Octal 253 15 372 40 137 0 2 430 140 64
Binary 10101011 1101 11111010 100000 1011111 0 10 100011000 1100000 110100

Color Harmonies of #AB0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0DFA

Black with #AB0DFA

Text Example


Text Example

White with #AB0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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