Html Css Color HEX #AE63C0 Medium Orchid

📋 copy color: '#AE63C0'

red 174 ◦ green 99 ◦ blue 192

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

Shades of Medium Orchid #AE63C0

Tints of Medium Orchid #AE63C0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.29%

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 37.42%
G = 21.29%
B = 41.29%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE63C0 (or 0xAE63C0) is known color: Medium Orchid. HEX triplet: AE, 63 and C0. RGB value is (174,99,192). Sum of RGB (Red+Green+Blue) = 174+99+192=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE63C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63C0 is #519C3F. Grayscale: #838383. Windows color (decimal): -5348416 or 12608430. OLE color: 12608430.

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

Color convert

RGB 174 99 192 -
CMYK 0.09 0.48 0 0.25
HSL 288.39º 0.42% 0.57% -
HSV(B) 288.39º 0.48% 0.75% -
XYZ 31.43 21.73 52.41 -
YUV 132.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 174 99 192 0.09 0.48 0 0.25 288.39 0.42 0.57
Hex AE 63 C0 9 30 0 19 120 2A 39
Octal 256 143 300 11 60 0 31 440 52 71
Binary 10101110 1100011 11000000 1001 110000 0 11001 100100000 101010 111001

Color Harmonies of #AE63C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE63C0

Black with #AE63C0

Text Example


Text Example

White with #AE63C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE63C0; }

 p { color: rgb(174,99,192); }

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

background-color css

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

 a { background-color: rgb(174,99,192); }

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

border-color css

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

 span { border-color: rgb(174,99,192); }

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