Html Css Color HEX #AE00FC Electric Purple

📋 copy color: '#AE00FC'

red 174 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #AE00FC

Tints of Electric Purple #AE00FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 40.85%
G = 0%
B = 59.15%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AE00FC (or 0xAE00FC) is known color: Electric Purple. HEX triplet: AE, 00 and FC. RGB value is (174,0,252). Sum of RGB (Red+Green+Blue) = 174+0+252=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #AE00FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE00FC is #51FF03. Grayscale: #4F4F4F. Windows color (decimal): -5373700 or 16515246. OLE color: 16515246.

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

Color convert

RGB 174 0 252 -
CMYK 0.31 1 0 0.01
HSL 281.43º 1% 0.49% -
HSV(B) 281.43º 1% 0.99% -
XYZ 35.03 16.03 93.34 -
YUV 80.75 224.65 194.51 -
System Red Green Blue C M Y K H S L
Decimal 174 0 252 0.31 1 0 0.01 281.43 1 0.49
Hex AE 0 FC 1F 64 0 1 119 64 31
Octal 256 0 374 37 144 0 1 431 144 61
Binary 10101110 0 11111100 11111 1100100 0 1 100011001 1100100 110001

Color Harmonies of #AE00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00FC

Black with #AE00FC

Text Example


Text Example

White with #AE00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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