Html Css Color HEX #AE65DF Medium Orchid

📋 copy color: '#AE65DF'

red 174 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #AE65DF

Tints of Medium Orchid #AE65DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 34.94%
G = 20.28%
B = 44.78%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE65DF (or 0xAE65DF) is known color: Medium Orchid. HEX triplet: AE, 65 and DF. RGB value is (174,101,223). Sum of RGB (Red+Green+Blue) = 174+101+223=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE65DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65DF is #519A20. Grayscale: #888888. Windows color (decimal): -5347873 or 14640558. OLE color: 14640558.

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

Color convert

RGB 174 101 223 -
CMYK 0.22 0.55 0 0.13
HSL 275.9º 0.66% 0.64% -
HSV(B) 275.9º 0.55% 0.87% -
XYZ 35.43 23.63 72.51 -
YUV 136.74 176.68 154.58 -
System Red Green Blue C M Y K H S L
Decimal 174 101 223 0.22 0.55 0 0.13 275.9 0.66 0.64
Hex AE 65 DF 16 37 0 D 114 42 40
Octal 256 145 337 26 67 0 15 424 102 100
Binary 10101110 1100101 11011111 10110 110111 0 1101 100010100 1000010 1000000

Color Harmonies of #AE65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65DF

Black with #AE65DF

Text Example


Text Example

White with #AE65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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