Html Css Color HEX #AE40E8 Medium Orchid

📋 copy color: '#AE40E8'

red 174 ◦ green 64 ◦ blue 232

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

Shades of Medium Orchid #AE40E8

Tints of Medium Orchid #AE40E8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.62%

 BLUE value IS 232 (91.02% from 255) = 49.36%

R = 37.02%
G = 13.62%
B = 49.36%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE40E8 (or 0xAE40E8) is known color: Medium Orchid. HEX triplet: AE, 40 and E8. RGB value is (174,64,232). Sum of RGB (Red+Green+Blue) = 174+64+232=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE40E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE40E8 is #51BF17. Grayscale: #737373. Windows color (decimal): -5357336 or 15220910. OLE color: 15220910.

HSL color Cylindrical-coordinate representation of color #AE40E8: hue angle of 279.29º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE40E8 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 64 232 -
CMYK 0.25 0.72 0 0.09
HSL 279.29º 0.79% 0.58% -
HSV(B) 279.29º 0.72% 0.91% -
XYZ 33.85 18.49 78.13 -
YUV 116.04 193.44 169.34 -
System Red Green Blue C M Y K H S L
Decimal 174 64 232 0.25 0.72 0 0.09 279.29 0.79 0.58
Hex AE 40 E8 19 48 0 9 117 4F 3A
Octal 256 100 350 31 110 0 11 427 117 72
Binary 10101110 1000000 11101000 11001 1001000 0 1001 100010111 1001111 111010

Color Harmonies of #AE40E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40E8

Black with #AE40E8

Text Example


Text Example

White with #AE40E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40E8; }

 p { color: rgb(174,64,232); }

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

background-color css

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

 a { background-color: rgb(174,64,232); }

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

border-color css

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

 span { border-color: rgb(174,64,232); }

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