Html Css Color HEX #AE66C8 Medium Orchid

📋 copy color: '#AE66C8'

red 174 ◦ green 102 ◦ blue 200

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

Shades of Medium Orchid #AE66C8

Tints of Medium Orchid #AE66C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.02%

R = 36.55%
G = 21.43%
B = 42.02%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE66C8 (or 0xAE66C8) is known color: Medium Orchid. HEX triplet: AE, 66 and C8. RGB value is (174,102,200). Sum of RGB (Red+Green+Blue) = 174+102+200=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE66C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66C8 is #519937. Grayscale: #868686. Windows color (decimal): -5347640 or 13133486. OLE color: 13133486.

HSL color Cylindrical-coordinate representation of color #AE66C8: hue angle of 284.08º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE66C8 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 102 200 -
CMYK 0.13 0.49 0 0.22
HSL 284.08º 0.47% 0.59% -
HSV(B) 284.08º 0.49% 0.78% -
XYZ 32.63 22.67 57.3 -
YUV 134.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 174 102 200 0.13 0.49 0 0.22 284.08 0.47 0.59
Hex AE 66 C8 D 31 0 16 11C 2F 3B
Octal 256 146 310 15 61 0 26 434 57 73
Binary 10101110 1100110 11001000 1101 110001 0 10110 100011100 101111 111011

Color Harmonies of #AE66C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE66C8

Black with #AE66C8

Text Example


Text Example

White with #AE66C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE66C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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