Html Css Color HEX #AE60DB Medium Orchid

📋 copy color: '#AE60DB'

red 174 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #AE60DB

Tints of Medium Orchid #AE60DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.63%

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

R = 35.58%
G = 19.63%
B = 44.79%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE60DB (or 0xAE60DB) is known color: Medium Orchid. HEX triplet: AE, 60 and DB. RGB value is (174,96,219). Sum of RGB (Red+Green+Blue) = 174+96+219=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE60DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60DB is #519F24. Grayscale: #848484. Windows color (decimal): -5349157 or 14377134. OLE color: 14377134.

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

Color convert

RGB 174 96 219 -
CMYK 0.21 0.56 0 0.14
HSL 278.05º 0.63% 0.62% -
HSV(B) 278.05º 0.56% 0.86% -
XYZ 34.42 22.48 69.54 -
YUV 133.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 174 96 219 0.21 0.56 0 0.14 278.05 0.63 0.62
Hex AE 60 DB 15 38 0 E 116 3F 3E
Octal 256 140 333 25 70 0 16 426 77 76
Binary 10101110 1100000 11011011 10101 111000 0 1110 100010110 111111 111110

Color Harmonies of #AE60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE60DB

Black with #AE60DB

Text Example


Text Example

White with #AE60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE60DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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