Html Css Color HEX #AE44DB Medium Orchid

📋 copy color: '#AE44DB'

red 174 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #AE44DB

Tints of Medium Orchid #AE44DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 37.74%
G = 14.75%
B = 47.51%

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

#AE44DB (or 0xAE44DB) is known color: Medium Orchid. HEX triplet: AE, 44 and DB. RGB value is (174,68,219). Sum of RGB (Red+Green+Blue) = 174+68+219=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE44DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44DB is #51BB24. Grayscale: #747474. Windows color (decimal): -5356325 or 14369966. OLE color: 14369966.

HSL color Cylindrical-coordinate representation of color #AE44DB: hue angle of 282.12º 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 #AE44DB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 68 219 -
CMYK 0.21 0.69 0 0.14
HSL 282.12º 0.68% 0.56% -
HSV(B) 282.12º 0.69% 0.86% -
XYZ 32.31 18.25 68.84 -
YUV 116.91 185.62 168.72 -
System Red Green Blue C M Y K H S L
Decimal 174 68 219 0.21 0.69 0 0.14 282.12 0.68 0.56
Hex AE 44 DB 15 45 0 E 11A 44 38
Octal 256 104 333 25 105 0 16 432 104 70
Binary 10101110 1000100 11011011 10101 1000101 0 1110 100011010 1000100 111000

Color Harmonies of #AE44DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE44DB

Black with #AE44DB

Text Example


Text Example

White with #AE44DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE44DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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