Html Css Color HEX #AE42CE Medium Orchid

📋 copy color: '#AE42CE'

red 174 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #AE42CE

Tints of Medium Orchid #AE42CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 39.01%
G = 14.8%
B = 46.19%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE42CE (or 0xAE42CE) is known color: Medium Orchid. HEX triplet: AE, 42 and CE. RGB value is (174,66,206). Sum of RGB (Red+Green+Blue) = 174+66+206=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE42CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42CE is #51BD31. Grayscale: #717171. Windows color (decimal): -5356850 or 13517486. OLE color: 13517486.

HSL color Cylindrical-coordinate representation of color #AE42CE: hue angle of 286.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE42CE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 66 206 -
CMYK 0.16 0.68 0 0.19
HSL 286.29º 0.59% 0.53% -
HSV(B) 286.29º 0.68% 0.81% -
XYZ 30.54 17.35 60.13 -
YUV 114.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 174 66 206 0.16 0.68 0 0.19 286.29 0.59 0.53
Hex AE 42 CE 10 44 0 13 11E 3B 35
Octal 256 102 316 20 104 0 23 436 73 65
Binary 10101110 1000010 11001110 10000 1000100 0 10011 100011110 111011 110101

Color Harmonies of #AE42CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42CE

Black with #AE42CE

Text Example


Text Example

White with #AE42CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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