Html Css Color HEX #AE69CE Medium Orchid

📋 copy color: '#AE69CE'

red 174 ◦ green 105 ◦ blue 206

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

Shades of Medium Orchid #AE69CE

Tints of Medium Orchid #AE69CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

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

R = 35.88%
G = 21.65%
B = 42.47%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE69CE (or 0xAE69CE) is known color: Medium Orchid. HEX triplet: AE, 69 and CE. RGB value is (174,105,206). Sum of RGB (Red+Green+Blue) = 174+105+206=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE69CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69CE is #519631. Grayscale: #888888. Windows color (decimal): -5346866 or 13527470. OLE color: 13527470.

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

Color convert

RGB 174 105 206 -
CMYK 0.16 0.49 0 0.19
HSL 280.99º 0.51% 0.61% -
HSV(B) 280.99º 0.49% 0.81% -
XYZ 33.65 23.56 61.17 -
YUV 137.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 174 105 206 0.16 0.49 0 0.19 280.99 0.51 0.61
Hex AE 69 CE 10 31 0 13 119 33 3D
Octal 256 151 316 20 61 0 23 431 63 75
Binary 10101110 1101001 11001110 10000 110001 0 10011 100011001 110011 111101

Color Harmonies of #AE69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE69CE

Black with #AE69CE

Text Example


Text Example

White with #AE69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE69CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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