Html Css Color HEX #AE66CA Medium Orchid

📋 copy color: '#AE66CA'

red 174 ◦ green 102 ◦ blue 202

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

Shades of Medium Orchid #AE66CA

Tints of Medium Orchid #AE66CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 36.4%
G = 21.34%
B = 42.26%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE66CA (or 0xAE66CA) is known color: Medium Orchid. HEX triplet: AE, 66 and CA. RGB value is (174,102,202). Sum of RGB (Red+Green+Blue) = 174+102+202=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66CA is #519935. Grayscale: #868686. Windows color (decimal): -5347638 or 13264558. OLE color: 13264558.

HSL color Cylindrical-coordinate representation of color #AE66CA: hue angle of 283.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE66CA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 102 202 -
CMYK 0.14 0.50 0 0.21
HSL 283.2º 0.49% 0.6% -
HSV(B) 283.2º 0.5% 0.79% -
XYZ 32.87 22.77 58.54 -
YUV 134.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 174 102 202 0.14 0.50 0 0.21 283.2 0.49 0.6
Hex AE 66 CA E 32 0 15 11B 31 3C
Octal 256 146 312 16 62 0 25 433 61 74
Binary 10101110 1100110 11001010 1110 110010 0 10101 100011011 110001 111100

Color Harmonies of #AE66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE66CA

Black with #AE66CA

Text Example


Text Example

White with #AE66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE66CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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