Html Css Color HEX #AE40CF Medium Orchid

📋 copy color: '#AE40CF'

red 174 ◦ green 64 ◦ blue 207

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

Shades of Medium Orchid #AE40CF

Tints of Medium Orchid #AE40CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.38%

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 39.1%
G = 14.38%
B = 46.52%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE40CF (or 0xAE40CF) is known color: Medium Orchid. HEX triplet: AE, 40 and CF. RGB value is (174,64,207). Sum of RGB (Red+Green+Blue) = 174+64+207=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40CF is #51BF30. Grayscale: #707070. Windows color (decimal): -5357361 or 13582510. OLE color: 13582510.

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

Color convert

RGB 174 64 207 -
CMYK 0.16 0.69 0 0.19
HSL 286.15º 0.6% 0.53% -
HSV(B) 286.15º 0.69% 0.81% -
XYZ 30.55 17.17 60.74 -
YUV 113.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 174 64 207 0.16 0.69 0 0.19 286.15 0.6 0.53
Hex AE 40 CF 10 45 0 13 11E 3C 35
Octal 256 100 317 20 105 0 23 436 74 65
Binary 10101110 1000000 11001111 10000 1000101 0 10011 100011110 111100 110101

Color Harmonies of #AE40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40CF

Black with #AE40CF

Text Example


Text Example

White with #AE40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40CF; }

 p { color: rgb(174,64,207); }

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

background-color css

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

 a { background-color: rgb(174,64,207); }

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

border-color css

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

 span { border-color: rgb(174,64,207); }

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