Html Css Color HEX #AB1BEA Electric Purple

📋 copy color: '#AB1BEA'

red 171 ◦ green 27 ◦ blue 234

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

Shades of Electric Purple #AB1BEA

Tints of Electric Purple #AB1BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.25%

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 39.58%
G = 6.25%
B = 54.17%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB1BEA (or 0xAB1BEA) is known color: Electric Purple. HEX triplet: AB, 1B and EA. RGB value is (171,27,234). Sum of RGB (Red+Green+Blue) = 171+27+234=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB1BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1BEA is #54E415. Grayscale: #5C5C5C. Windows color (decimal): -5563414 or 15342507. OLE color: 15342507.

HSL color Cylindrical-coordinate representation of color #AB1BEA: hue angle of 281.74º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1BEA is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 27 234 -
CMYK 0.27 0.88 0 0.08
HSL 281.74º 0.83% 0.51% -
HSV(B) 281.74º 0.88% 0.92% -
XYZ 32.04 15.38 79.12 -
YUV 93.65 207.21 183.17 -
System Red Green Blue C M Y K H S L
Decimal 171 27 234 0.27 0.88 0 0.08 281.74 0.83 0.51
Hex AB 1B EA 1B 58 0 8 11A 53 33
Octal 253 33 352 33 130 0 10 432 123 63
Binary 10101011 11011 11101010 11011 1011000 0 1000 100011010 1010011 110011

Color Harmonies of #AB1BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BEA

Black with #AB1BEA

Text Example


Text Example

White with #AB1BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BEA; }

 p { color: rgb(171,27,234); }

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

background-color css

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

 a { background-color: rgb(171,27,234); }

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

border-color css

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

 span { border-color: rgb(171,27,234); }

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