Html Css Color HEX #AE66DB Medium Orchid

📋 copy color: '#AE66DB'

red 174 ◦ green 102 ◦ blue 219

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

Shades of Medium Orchid #AE66DB

Tints of Medium Orchid #AE66DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.61%

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

R = 35.15%
G = 20.61%
B = 44.24%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE66DB (or 0xAE66DB) is known color: Medium Orchid. HEX triplet: AE, 66 and DB. RGB value is (174,102,219). Sum of RGB (Red+Green+Blue) = 174+102+219=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66DB is #519924. Grayscale: #888888. Windows color (decimal): -5347621 or 14378670. OLE color: 14378670.

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

Color convert

RGB 174 102 219 -
CMYK 0.21 0.53 0 0.14
HSL 276.92º 0.62% 0.63% -
HSV(B) 276.92º 0.53% 0.86% -
XYZ 34.99 23.62 69.73 -
YUV 136.87 174.35 154.49 -
System Red Green Blue C M Y K H S L
Decimal 174 102 219 0.21 0.53 0 0.14 276.92 0.62 0.63
Hex AE 66 DB 15 35 0 E 115 3E 3F
Octal 256 146 333 25 65 0 16 425 76 77
Binary 10101110 1100110 11011011 10101 110101 0 1110 100010101 111110 111111

Color Harmonies of #AE66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE66DB

Black with #AE66DB

Text Example


Text Example

White with #AE66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE66DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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