Html Css Color HEX #AE4CDA Medium Orchid

📋 copy color: '#AE4CDA'

red 174 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #AE4CDA

Tints of Medium Orchid #AE4CDA

RGB

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

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

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

R = 37.18%
G = 16.24%
B = 46.58%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE4CDA (or 0xAE4CDA) is known color: Medium Orchid. HEX triplet: AE, 4C and DA. RGB value is (174,76,218). Sum of RGB (Red+Green+Blue) = 174+76+218=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE4CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4CDA is #51B325. Grayscale: #797979. Windows color (decimal): -5354278 or 14306478. OLE color: 14306478.

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

Color convert

RGB 174 76 218 -
CMYK 0.20 0.65 0 0.15
HSL 281.41º 0.66% 0.58% -
HSV(B) 281.41º 0.65% 0.85% -
XYZ 32.69 19.23 68.32 -
YUV 121.49 182.47 165.45 -
System Red Green Blue C M Y K H S L
Decimal 174 76 218 0.20 0.65 0 0.15 281.41 0.66 0.58
Hex AE 4C DA 14 41 0 F 119 42 3A
Octal 256 114 332 24 101 0 17 431 102 72
Binary 10101110 1001100 11011010 10100 1000001 0 1111 100011001 1000010 111010

Color Harmonies of #AE4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4CDA

Black with #AE4CDA

Text Example


Text Example

White with #AE4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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