Html Css Color HEX #AE64DB Medium Orchid

📋 copy color: '#AE64DB'

red 174 ◦ green 100 ◦ blue 219

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

Shades of Medium Orchid #AE64DB

Tints of Medium Orchid #AE64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.28%

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

R = 35.29%
G = 20.28%
B = 44.42%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE64DB (or 0xAE64DB) is known color: Medium Orchid. HEX triplet: AE, 64 and DB. RGB value is (174,100,219). Sum of RGB (Red+Green+Blue) = 174+100+219=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64DB is #519B24. Grayscale: #878787. Windows color (decimal): -5348133 or 14378158. OLE color: 14378158.

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

Color convert

RGB 174 100 219 -
CMYK 0.21 0.54 0 0.14
HSL 277.31º 0.62% 0.63% -
HSV(B) 277.31º 0.54% 0.86% -
XYZ 34.8 23.23 69.67 -
YUV 135.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 174 100 219 0.21 0.54 0 0.14 277.31 0.62 0.63
Hex AE 64 DB 15 36 0 E 115 3E 3F
Octal 256 144 333 25 66 0 16 425 76 77
Binary 10101110 1100100 11011011 10101 110110 0 1110 100010101 111110 111111

Color Harmonies of #AE64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64DB

Black with #AE64DB

Text Example


Text Example

White with #AE64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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