Html Css Color HEX #AE4BCD Medium Orchid

📋 copy color: '#AE4BCD'

red 174 ◦ green 75 ◦ blue 205

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

Shades of Medium Orchid #AE4BCD

Tints of Medium Orchid #AE4BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.52%

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

R = 38.33%
G = 16.52%
B = 45.15%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE4BCD (or 0xAE4BCD) is known color: Medium Orchid. HEX triplet: AE, 4B and CD. RGB value is (174,75,205). Sum of RGB (Red+Green+Blue) = 174+75+205=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BCD is #51B432. Grayscale: #767676. Windows color (decimal): -5354547 or 13454254. OLE color: 13454254.

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

Color convert

RGB 174 75 205 -
CMYK 0.15 0.63 0 0.20
HSL 285.69º 0.57% 0.55% -
HSV(B) 285.69º 0.63% 0.8% -
XYZ 30.99 18.44 59.68 -
YUV 119.42 176.3 166.93 -
System Red Green Blue C M Y K H S L
Decimal 174 75 205 0.15 0.63 0 0.20 285.69 0.57 0.55
Hex AE 4B CD F 3F 0 14 11E 39 37
Octal 256 113 315 17 77 0 24 436 71 67
Binary 10101110 1001011 11001101 1111 111111 0 10100 100011110 111001 110111

Color Harmonies of #AE4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4BCD

Black with #AE4BCD

Text Example


Text Example

White with #AE4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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