Html Css Color HEX #AE63C7 Medium Orchid

📋 copy color: '#AE63C7'

red 174 ◦ green 99 ◦ blue 199

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

Shades of Medium Orchid #AE63C7

Tints of Medium Orchid #AE63C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 36.86%
G = 20.97%
B = 42.16%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE63C7 (or 0xAE63C7) is known color: Medium Orchid. HEX triplet: AE, 63 and C7. RGB value is (174,99,199). Sum of RGB (Red+Green+Blue) = 174+99+199=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE63C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63C7 is #519C38. Grayscale: #848484. Windows color (decimal): -5348409 or 13067182. OLE color: 13067182.

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

Color convert

RGB 174 99 199 -
CMYK 0.13 0.50 0 0.22
HSL 285º 0.47% 0.58% -
HSV(B) 285º 0.5% 0.78% -
XYZ 32.23 22.05 56.59 -
YUV 132.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 174 99 199 0.13 0.50 0 0.22 285 0.47 0.58
Hex AE 63 C7 D 32 0 16 11D 2F 3A
Octal 256 143 307 15 62 0 26 435 57 72
Binary 10101110 1100011 11000111 1101 110010 0 10110 100011101 101111 111010

Color Harmonies of #AE63C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE63C7

Black with #AE63C7

Text Example


Text Example

White with #AE63C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE63C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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