Html Css Color HEX #AE06FF Electric Purple

📋 copy color: '#AE06FF'

red 174 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #AE06FF

Tints of Electric Purple #AE06FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.38%

 BLUE value IS 255 (100% from 255) = 58.62%

R = 40%
G = 1.38%
B = 58.62%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE06FF (or 0xAE06FF) is known color: Electric Purple. HEX triplet: AE, 06 and FF. RGB value is (174,6,255). Sum of RGB (Red+Green+Blue) = 174+6+255=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE06FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE06FF is #51F900. Grayscale: #535353. Windows color (decimal): -5372161 or 16713390. OLE color: 16713390.

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

Color convert

RGB 174 6 255 -
CMYK 0.32 0.98 0 0
HSL 280.48º 1% 0.51% -
HSV(B) 280.48º 0.98% 1% -
XYZ 35.57 16.35 95.89 -
YUV 84.62 224.16 191.75 -
System Red Green Blue C M Y K H S L
Decimal 174 6 255 0.32 0.98 0 0 280.48 1 0.51
Hex AE 6 FF 20 62 0 0 118 64 33
Octal 256 6 377 40 142 0 0 430 144 63
Binary 10101110 110 11111111 100000 1100010 0 0 100011000 1100100 110011

Color Harmonies of #AE06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE06FF

Black with #AE06FF

Text Example


Text Example

White with #AE06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE06FF; }

 p { color: rgb(174,6,255); }

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

background-color css

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

 a { background-color: rgb(174,6,255); }

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

border-color css

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

 span { border-color: rgb(174,6,255); }

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