Html Css Color HEX #AE42ED Medium Orchid

📋 copy color: '#AE42ED'

red 174 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #AE42ED

Tints of Medium Orchid #AE42ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 36.48%
G = 13.84%
B = 49.69%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE42ED (or 0xAE42ED) is known color: Medium Orchid. HEX triplet: AE, 42 and ED. RGB value is (174,66,237). Sum of RGB (Red+Green+Blue) = 174+66+237=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE42ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE42ED is #51BD12. Grayscale: #757575. Windows color (decimal): -5356819 or 15549102. OLE color: 15549102.

HSL color Cylindrical-coordinate representation of color #AE42ED: hue angle of 277.89º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE42ED is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 66 237 -
CMYK 0.27 0.72 0 0.07
HSL 277.89º 0.83% 0.59% -
HSV(B) 277.89º 0.72% 0.93% -
XYZ 34.69 19.01 81.96 -
YUV 117.79 195.28 168.1 -
System Red Green Blue C M Y K H S L
Decimal 174 66 237 0.27 0.72 0 0.07 277.89 0.83 0.59
Hex AE 42 ED 1B 48 0 7 116 53 3B
Octal 256 102 355 33 110 0 7 426 123 73
Binary 10101110 1000010 11101101 11011 1001000 0 111 100010110 1010011 111011

Color Harmonies of #AE42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42ED

Black with #AE42ED

Text Example


Text Example

White with #AE42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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