Html Css Color HEX #AE64DD Medium Orchid

📋 copy color: '#AE64DD'

red 174 ◦ green 100 ◦ blue 221

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

Shades of Medium Orchid #AE64DD

Tints of Medium Orchid #AE64DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 35.15%
G = 20.2%
B = 44.65%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE64DD (or 0xAE64DD) is known color: Medium Orchid. HEX triplet: AE, 64 and DD. RGB value is (174,100,221). Sum of RGB (Red+Green+Blue) = 174+100+221=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64DD is #519B22. Grayscale: #878787. Windows color (decimal): -5348131 or 14509230. OLE color: 14509230.

HSL color Cylindrical-coordinate representation of color #AE64DD: hue angle of 276.69º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE64DD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 100 221 -
CMYK 0.21 0.55 0 0.13
HSL 276.69º 0.64% 0.63% -
HSV(B) 276.69º 0.55% 0.87% -
XYZ 35.06 23.33 71.06 -
YUV 135.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 174 100 221 0.21 0.55 0 0.13 276.69 0.64 0.63
Hex AE 64 DD 15 37 0 D 115 40 3F
Octal 256 144 335 25 67 0 15 425 100 77
Binary 10101110 1100100 11011101 10101 110111 0 1101 100010101 1000000 111111

Color Harmonies of #AE64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64DD

Black with #AE64DD

Text Example


Text Example

White with #AE64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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