Html Css Color HEX #AE71EA Medium Purple

📋 copy color: '#AE71EA'

red 174 ◦ green 113 ◦ blue 234

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

Shades of Medium Purple #AE71EA

Tints of Medium Purple #AE71EA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.69%

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

R = 33.4%
G = 21.69%
B = 44.91%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE71EA (or 0xAE71EA) is known color: Medium Purple. HEX triplet: AE, 71 and EA. RGB value is (174,113,234). Sum of RGB (Red+Green+Blue) = 174+113+234=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE71EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE71EA is #518E15. Grayscale: #909090. Windows color (decimal): -5344790 or 15364526. OLE color: 15364526.

HSL color Cylindrical-coordinate representation of color #AE71EA: hue angle of 270.25º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE71EA is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 113 234 -
CMYK 0.26 0.52 0 0.08
HSL 270.25º 0.74% 0.68% -
HSV(B) 270.25º 0.52% 0.92% -
XYZ 38.21 26.75 80.99 -
YUV 145.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 174 113 234 0.26 0.52 0 0.08 270.25 0.74 0.68
Hex AE 71 EA 1A 34 0 8 10E 4A 44
Octal 256 161 352 32 64 0 10 416 112 104
Binary 10101110 1110001 11101010 11010 110100 0 1000 100001110 1001010 1000100

Color Harmonies of #AE71EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE71EA

Black with #AE71EA

Text Example


Text Example

White with #AE71EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE71EA; }

 p { color: rgb(174,113,234); }

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

background-color css

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

 a { background-color: rgb(174,113,234); }

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

border-color css

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

 span { border-color: rgb(174,113,234); }

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