Html Css Color HEX #AE4CED Medium Orchid

📋 copy color: '#AE4CED'

red 174 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #AE4CED

Tints of Medium Orchid #AE4CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.61%

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

R = 35.73%
G = 15.61%
B = 48.67%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE4CED (or 0xAE4CED) is known color: Medium Orchid. HEX triplet: AE, 4C and ED. RGB value is (174,76,237). Sum of RGB (Red+Green+Blue) = 174+76+237=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4CED is #51B312. Grayscale: #7B7B7B. Windows color (decimal): -5354259 or 15551662. OLE color: 15551662.

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

Color convert

RGB 174 76 237 -
CMYK 0.27 0.68 0 0.07
HSL 276.52º 0.82% 0.61% -
HSV(B) 276.52º 0.68% 0.93% -
XYZ 35.33 20.28 82.17 -
YUV 123.66 191.97 163.91 -
System Red Green Blue C M Y K H S L
Decimal 174 76 237 0.27 0.68 0 0.07 276.52 0.82 0.61
Hex AE 4C ED 1B 44 0 7 115 52 3D
Octal 256 114 355 33 104 0 7 425 122 75
Binary 10101110 1001100 11101101 11011 1000100 0 111 100010101 1010010 111101

Color Harmonies of #AE4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4CED

Black with #AE4CED

Text Example


Text Example

White with #AE4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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