Html Css Color HEX #AE75E6 Medium Purple

📋 copy color: '#AE75E6'

red 174 ◦ green 117 ◦ blue 230

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

Shades of Medium Purple #AE75E6

Tints of Medium Purple #AE75E6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.46%

 BLUE value IS 230 (90.23% from 255) = 44.15%

R = 33.4%
G = 22.46%
B = 44.15%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE75E6 (or 0xAE75E6) is known color: Medium Purple. HEX triplet: AE, 75 and E6. RGB value is (174,117,230). Sum of RGB (Red+Green+Blue) = 174+117+230=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE75E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE75E6 is #518A19. Grayscale: #929292. Windows color (decimal): -5343770 or 15103406. OLE color: 15103406.

HSL color Cylindrical-coordinate representation of color #AE75E6: hue angle of 270.27º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE75E6 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 117 230 -
CMYK 0.24 0.49 0 0.10
HSL 270.27º 0.69% 0.68% -
HSV(B) 270.27º 0.49% 0.9% -
XYZ 38.1 27.43 78.15 -
YUV 146.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 174 117 230 0.24 0.49 0 0.10 270.27 0.69 0.68
Hex AE 75 E6 18 31 0 A 10E 45 44
Octal 256 165 346 30 61 0 12 416 105 104
Binary 10101110 1110101 11100110 11000 110001 0 1010 100001110 1000101 1000100

Color Harmonies of #AE75E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE75E6

Black with #AE75E6

Text Example


Text Example

White with #AE75E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE75E6; }

 p { color: rgb(174,117,230); }

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

background-color css

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

 a { background-color: rgb(174,117,230); }

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

border-color css

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

 span { border-color: rgb(174,117,230); }

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