Html Css Color HEX #AE40DA Medium Orchid

📋 copy color: '#AE40DA'

red 174 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #AE40DA

Tints of Medium Orchid #AE40DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 38.16%
G = 14.04%
B = 47.81%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE40DA (or 0xAE40DA) is known color: Medium Orchid. HEX triplet: AE, 40 and DA. RGB value is (174,64,218). Sum of RGB (Red+Green+Blue) = 174+64+218=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE40DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40DA is #51BF25. Grayscale: #717171. Windows color (decimal): -5357350 or 14303406. OLE color: 14303406.

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

Color convert

RGB 174 64 218 -
CMYK 0.20 0.71 0 0.15
HSL 282.86º 0.68% 0.55% -
HSV(B) 282.86º 0.71% 0.85% -
XYZ 31.94 17.73 68.07 -
YUV 114.45 186.44 170.48 -
System Red Green Blue C M Y K H S L
Decimal 174 64 218 0.20 0.71 0 0.15 282.86 0.68 0.55
Hex AE 40 DA 14 47 0 F 11B 44 37
Octal 256 100 332 24 107 0 17 433 104 67
Binary 10101110 1000000 11011010 10100 1000111 0 1111 100011011 1000100 110111

Color Harmonies of #AE40DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40DA

Black with #AE40DA

Text Example


Text Example

White with #AE40DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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