Html Css Color HEX #AE3EDE Medium Orchid

📋 copy color: '#AE3EDE'

red 174 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #AE3EDE

Tints of Medium Orchid #AE3EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.54%

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 37.99%
G = 13.54%
B = 48.47%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE3EDE (or 0xAE3EDE) is known color: Medium Orchid. HEX triplet: AE, 3E and DE. RGB value is (174,62,222). Sum of RGB (Red+Green+Blue) = 174+62+222=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE3EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3EDE is #51C121. Grayscale: #717171. Windows color (decimal): -5357858 or 14565038. OLE color: 14565038.

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

Color convert

RGB 174 62 222 -
CMYK 0.22 0.72 0 0.13
HSL 282º 0.71% 0.56% -
HSV(B) 282º 0.72% 0.87% -
XYZ 32.36 17.72 70.82 -
YUV 113.73 189.11 170.99 -
System Red Green Blue C M Y K H S L
Decimal 174 62 222 0.22 0.72 0 0.13 282 0.71 0.56
Hex AE 3E DE 16 48 0 D 11A 47 38
Octal 256 76 336 26 110 0 15 432 107 70
Binary 10101110 111110 11011110 10110 1001000 0 1101 100011010 1000111 111000

Color Harmonies of #AE3EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3EDE

Black with #AE3EDE

Text Example


Text Example

White with #AE3EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3EDE; }

 p { color: rgb(174,62,222); }

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

background-color css

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

 a { background-color: rgb(174,62,222); }

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

border-color css

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

 span { border-color: rgb(174,62,222); }

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