Html Css Color HEX #AE40DB Medium Orchid

📋 copy color: '#AE40DB'

red 174 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #AE40DB

Tints of Medium Orchid #AE40DB

RGB

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

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

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

R = 38.07%
G = 14%
B = 47.92%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE40DB (or 0xAE40DB) is known color: Medium Orchid. HEX triplet: AE, 40 and DB. RGB value is (174,64,219). Sum of RGB (Red+Green+Blue) = 174+64+219=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE40DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40DB is #51BF24. Grayscale: #727272. Windows color (decimal): -5357349 or 14368942. OLE color: 14368942.

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

Color convert

RGB 174 64 219 -
CMYK 0.21 0.71 0 0.14
HSL 282.58º 0.68% 0.55% -
HSV(B) 282.58º 0.71% 0.86% -
XYZ 32.08 17.78 68.76 -
YUV 114.56 186.94 170.4 -
System Red Green Blue C M Y K H S L
Decimal 174 64 219 0.21 0.71 0 0.14 282.58 0.68 0.55
Hex AE 40 DB 15 47 0 E 11B 44 37
Octal 256 100 333 25 107 0 16 433 104 67
Binary 10101110 1000000 11011011 10101 1000111 0 1110 100011011 1000100 110111

Color Harmonies of #AE40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40DB

Black with #AE40DB

Text Example


Text Example

White with #AE40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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