Html Css Color HEX #AE44DC Medium Orchid

📋 copy color: '#AE44DC'

red 174 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #AE44DC

Tints of Medium Orchid #AE44DC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.72%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 37.66%
G = 14.72%
B = 47.62%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE44DC (or 0xAE44DC) is known color: Medium Orchid. HEX triplet: AE, 44 and DC. RGB value is (174,68,220). Sum of RGB (Red+Green+Blue) = 174+68+220=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE44DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44DC is #51BB23. Grayscale: #747474. Windows color (decimal): -5356324 or 14435502. OLE color: 14435502.

HSL color Cylindrical-coordinate representation of color #AE44DC: hue angle of 281.84º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE44DC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 68 220 -
CMYK 0.21 0.69 0 0.14
HSL 281.84º 0.68% 0.56% -
HSV(B) 281.84º 0.69% 0.86% -
XYZ 32.44 18.3 69.53 -
YUV 117.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 174 68 220 0.21 0.69 0 0.14 281.84 0.68 0.56
Hex AE 44 DC 15 45 0 E 11A 44 38
Octal 256 104 334 25 105 0 16 432 104 70
Binary 10101110 1000100 11011100 10101 1000101 0 1110 100011010 1000100 111000

Color Harmonies of #AE44DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE44DC

Black with #AE44DC

Text Example


Text Example

White with #AE44DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE44DC; }

 p { color: rgb(174,68,220); }

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

background-color css

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

 a { background-color: rgb(174,68,220); }

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

border-color css

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

 span { border-color: rgb(174,68,220); }

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