Html Css Color HEX #AE63D0 Medium Orchid

📋 copy color: '#AE63D0'

red 174 ◦ green 99 ◦ blue 208

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

Shades of Medium Orchid #AE63D0

Tints of Medium Orchid #AE63D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 36.17%
G = 20.58%
B = 43.24%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE63D0 (or 0xAE63D0) is known color: Medium Orchid. HEX triplet: AE, 63 and D0. RGB value is (174,99,208). Sum of RGB (Red+Green+Blue) = 174+99+208=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE63D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63D0 is #519C2F. Grayscale: #858585. Windows color (decimal): -5348400 or 13657006. OLE color: 13657006.

HSL color Cylindrical-coordinate representation of color #AE63D0: hue angle of 281.28º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE63D0 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 99 208 -
CMYK 0.16 0.52 0 0.18
HSL 281.28º 0.54% 0.6% -
HSV(B) 281.28º 0.52% 0.82% -
XYZ 33.3 22.48 62.26 -
YUV 133.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 174 99 208 0.16 0.52 0 0.18 281.28 0.54 0.6
Hex AE 63 D0 10 34 0 12 119 36 3C
Octal 256 143 320 20 64 0 22 431 66 74
Binary 10101110 1100011 11010000 10000 110100 0 10010 100011001 110110 111100

Color Harmonies of #AE63D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE63D0

Black with #AE63D0

Text Example


Text Example

White with #AE63D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE63D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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