Html Css Color HEX #AE66BF Medium Orchid

📋 copy color: '#AE66BF'

red 174 ◦ green 102 ◦ blue 191

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

Shades of Medium Orchid #AE66BF

Tints of Medium Orchid #AE66BF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.84%

 BLUE value IS 191 (75% from 255) = 40.9%

R = 37.26%
G = 21.84%
B = 40.9%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE66BF (or 0xAE66BF) is known color: Medium Orchid. HEX triplet: AE, 66 and BF. RGB value is (174,102,191). Sum of RGB (Red+Green+Blue) = 174+102+191=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE66BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66BF is #519940. Grayscale: #858585. Windows color (decimal): -5347649 or 12543662. OLE color: 12543662.

HSL color Cylindrical-coordinate representation of color #AE66BF: hue angle of 288.54º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE66BF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 102 191 -
CMYK 0.09 0.47 0 0.25
HSL 288.54º 0.41% 0.57% -
HSV(B) 288.54º 0.47% 0.75% -
XYZ 31.61 22.26 51.92 -
YUV 133.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 174 102 191 0.09 0.47 0 0.25 288.54 0.41 0.57
Hex AE 66 BF 9 2F 0 19 121 29 39
Octal 256 146 277 11 57 0 31 441 51 71
Binary 10101110 1100110 10111111 1001 101111 0 11001 100100001 101001 111001

Color Harmonies of #AE66BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE66BF

Black with #AE66BF

Text Example


Text Example

White with #AE66BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE66BF; }

 p { color: rgb(174,102,191); }

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

background-color css

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

 a { background-color: rgb(174,102,191); }

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

border-color css

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

 span { border-color: rgb(174,102,191); }

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