Html Css Color HEX #AE4ACD Medium Orchid

📋 copy color: '#AE4ACD'

red 174 ◦ green 74 ◦ blue 205

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

Shades of Medium Orchid #AE4ACD

Tints of Medium Orchid #AE4ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.34%

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 38.41%
G = 16.34%
B = 45.25%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE4ACD (or 0xAE4ACD) is known color: Medium Orchid. HEX triplet: AE, 4A and CD. RGB value is (174,74,205). Sum of RGB (Red+Green+Blue) = 174+74+205=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE4ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4ACD is #51B532. Grayscale: #767676. Windows color (decimal): -5354803 or 13453998. OLE color: 13453998.

HSL color Cylindrical-coordinate representation of color #AE4ACD: hue angle of 285.8º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE4ACD is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 74 205 -
CMYK 0.15 0.64 0 0.20
HSL 285.8º 0.57% 0.55% -
HSV(B) 285.8º 0.64% 0.8% -
XYZ 30.92 18.3 59.66 -
YUV 118.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 174 74 205 0.15 0.64 0 0.20 285.8 0.57 0.55
Hex AE 4A CD F 40 0 14 11E 39 37
Octal 256 112 315 17 100 0 24 436 71 67
Binary 10101110 1001010 11001101 1111 1000000 0 10100 100011110 111001 110111

Color Harmonies of #AE4ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4ACD

Black with #AE4ACD

Text Example


Text Example

White with #AE4ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4ACD; }

 p { color: rgb(174,74,205); }

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

background-color css

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

 a { background-color: rgb(174,74,205); }

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

border-color css

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

 span { border-color: rgb(174,74,205); }

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