Html Css Color HEX #AE65CE Medium Orchid

📋 copy color: '#AE65CE'

red 174 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #AE65CE

Tints of Medium Orchid #AE65CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 36.17%
G = 21%
B = 42.83%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE65CE (or 0xAE65CE) is known color: Medium Orchid. HEX triplet: AE, 65 and CE. RGB value is (174,101,206). Sum of RGB (Red+Green+Blue) = 174+101+206=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65CE is #519A31. Grayscale: #868686. Windows color (decimal): -5347890 or 13526446. OLE color: 13526446.

HSL color Cylindrical-coordinate representation of color #AE65CE: hue angle of 281.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE65CE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 101 206 -
CMYK 0.16 0.51 0 0.19
HSL 281.71º 0.52% 0.6% -
HSV(B) 281.71º 0.51% 0.81% -
XYZ 33.25 22.76 61.03 -
YUV 134.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 174 101 206 0.16 0.51 0 0.19 281.71 0.52 0.6
Hex AE 65 CE 10 33 0 13 11A 34 3C
Octal 256 145 316 20 63 0 23 432 64 74
Binary 10101110 1100101 11001110 10000 110011 0 10011 100011010 110100 111100

Color Harmonies of #AE65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65CE

Black with #AE65CE

Text Example


Text Example

White with #AE65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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