Html Css Color HEX #AB1CFA Electric Purple

📋 copy color: '#AB1CFA'

red 171 ◦ green 28 ◦ blue 250

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

Shades of Electric Purple #AB1CFA

Tints of Electric Purple #AB1CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.24%

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

R = 38.08%
G = 6.24%
B = 55.68%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB1CFA (or 0xAB1CFA) is known color: Electric Purple. HEX triplet: AB, 1C and FA. RGB value is (171,28,250). Sum of RGB (Red+Green+Blue) = 171+28+250=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB1CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1CFA is #54E305. Grayscale: #5F5F5F. Windows color (decimal): -5563142 or 16391339. OLE color: 16391339.

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

Color convert

RGB 171 28 250 -
CMYK 0.32 0.89 0 0.02
HSL 278.65º 0.96% 0.55% -
HSV(B) 278.65º 0.89% 0.98% -
XYZ 34.47 16.39 91.79 -
YUV 96.07 214.88 181.45 -
System Red Green Blue C M Y K H S L
Decimal 171 28 250 0.32 0.89 0 0.02 278.65 0.96 0.55
Hex AB 1C FA 20 59 0 2 117 60 37
Octal 253 34 372 40 131 0 2 427 140 67
Binary 10101011 11100 11111010 100000 1011001 0 10 100010111 1100000 110111

Color Harmonies of #AB1CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CFA

Black with #AB1CFA

Text Example


Text Example

White with #AB1CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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