Html Css Color HEX #AE52DB Medium Orchid

📋 copy color: '#AE52DB'

red 174 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #AE52DB

Tints of Medium Orchid #AE52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.26%

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

R = 36.63%
G = 17.26%
B = 46.11%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE52DB (or 0xAE52DB) is known color: Medium Orchid. HEX triplet: AE, 52 and DB. RGB value is (174,82,219). Sum of RGB (Red+Green+Blue) = 174+82+219=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52DB is #51AD24. Grayscale: #7C7C7C. Windows color (decimal): -5352741 or 14373550. OLE color: 14373550.

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

Color convert

RGB 174 82 219 -
CMYK 0.21 0.63 0 0.14
HSL 280.29º 0.66% 0.59% -
HSV(B) 280.29º 0.63% 0.86% -
XYZ 33.26 20.15 69.15 -
YUV 125.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 174 82 219 0.21 0.63 0 0.14 280.29 0.66 0.59
Hex AE 52 DB 15 3F 0 E 118 42 3B
Octal 256 122 333 25 77 0 16 430 102 73
Binary 10101110 1010010 11011011 10101 111111 0 1110 100011000 1000010 111011

Color Harmonies of #AE52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE52DB

Black with #AE52DB

Text Example


Text Example

White with #AE52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE52DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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