Html Css Color HEX #AE42E0 Medium Orchid

📋 copy color: '#AE42E0'

red 174 ◦ green 66 ◦ blue 224

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

Shades of Medium Orchid #AE42E0

Tints of Medium Orchid #AE42E0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.22%

 BLUE value IS 224 (87.89% from 255) = 48.28%

R = 37.5%
G = 14.22%
B = 48.28%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AE42E0 (or 0xAE42E0) is known color: Medium Orchid. HEX triplet: AE, 42 and E0. RGB value is (174,66,224). Sum of RGB (Red+Green+Blue) = 174+66+224=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE42E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42E0 is #51BD1F. Grayscale: #737373. Windows color (decimal): -5356832 or 14697134. OLE color: 14697134.

HSL color Cylindrical-coordinate representation of color #AE42E0: hue angle of 281.01º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE42E0 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 66 224 -
CMYK 0.22 0.71 0 0.12
HSL 281.01º 0.72% 0.57% -
HSV(B) 281.01º 0.71% 0.88% -
XYZ 32.86 18.28 72.32 -
YUV 116.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 174 66 224 0.22 0.71 0 0.12 281.01 0.72 0.57
Hex AE 42 E0 16 47 0 C 119 48 39
Octal 256 102 340 26 107 0 14 431 110 71
Binary 10101110 1000010 11100000 10110 1000111 0 1100 100011001 1001000 111001

Color Harmonies of #AE42E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42E0

Black with #AE42E0

Text Example


Text Example

White with #AE42E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42E0; }

 p { color: rgb(174,66,224); }

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

background-color css

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

 a { background-color: rgb(174,66,224); }

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

border-color css

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

 span { border-color: rgb(174,66,224); }

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