Html Css Color HEX #AE65DD Medium Orchid

📋 copy color: '#AE65DD'

red 174 ◦ green 101 ◦ blue 221

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

Shades of Medium Orchid #AE65DD

Tints of Medium Orchid #AE65DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.36%

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

R = 35.08%
G = 20.36%
B = 44.56%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE65DD (or 0xAE65DD) is known color: Medium Orchid. HEX triplet: AE, 65 and DD. RGB value is (174,101,221). Sum of RGB (Red+Green+Blue) = 174+101+221=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE65DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65DD is #519A22. Grayscale: #888888. Windows color (decimal): -5347875 or 14509486. OLE color: 14509486.

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

Color convert

RGB 174 101 221 -
CMYK 0.21 0.54 0 0.13
HSL 276.5º 0.64% 0.63% -
HSV(B) 276.5º 0.54% 0.87% -
XYZ 35.16 23.53 71.09 -
YUV 136.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 174 101 221 0.21 0.54 0 0.13 276.5 0.64 0.63
Hex AE 65 DD 15 36 0 D 114 40 3F
Octal 256 145 335 25 66 0 15 424 100 77
Binary 10101110 1100101 11011101 10101 110110 0 1101 100010100 1000000 111111

Color Harmonies of #AE65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65DD

Black with #AE65DD

Text Example


Text Example

White with #AE65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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