Html Css Color HEX #AE00FB Electric Purple

📋 copy color: '#AE00FB'

red 174 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #AE00FB

Tints of Electric Purple #AE00FB

RGB

 RED value IS 174 (68.36% from 255) = 40.94%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.94%
G = 0%
B = 59.06%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE00FB (or 0xAE00FB) is known color: Electric Purple. HEX triplet: AE, 00 and FB. RGB value is (174,0,251). Sum of RGB (Red+Green+Blue) = 174+0+251=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE00FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE00FB is #51FF04. Grayscale: #4F4F4F. Windows color (decimal): -5373701 or 16449710. OLE color: 16449710.

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

Color convert

RGB 174 0 251 -
CMYK 0.31 1 0 0.02
HSL 281.59º 1% 0.49% -
HSV(B) 281.59º 1% 0.98% -
XYZ 34.87 15.96 92.51 -
YUV 80.64 224.15 194.59 -
System Red Green Blue C M Y K H S L
Decimal 174 0 251 0.31 1 0 0.02 281.59 1 0.49
Hex AE 0 FB 1F 64 0 2 11A 64 31
Octal 256 0 373 37 144 0 2 432 144 61
Binary 10101110 0 11111011 11111 1100100 0 10 100011010 1100100 110001

Color Harmonies of #AE00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00FB

Black with #AE00FB

Text Example


Text Example

White with #AE00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00FB; }

 p { color: rgb(174,0,251); }

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

background-color css

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

 a { background-color: rgb(174,0,251); }

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

border-color css

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

 span { border-color: rgb(174,0,251); }

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