Html Css Color HEX #AE63DA Medium Orchid

📋 copy color: '#AE63DA'

red 174 ◦ green 99 ◦ blue 218

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

Shades of Medium Orchid #AE63DA

Tints of Medium Orchid #AE63DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 35.44%
G = 20.16%
B = 44.4%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE63DA (or 0xAE63DA) is known color: Medium Orchid. HEX triplet: AE, 63 and DA. RGB value is (174,99,218). Sum of RGB (Red+Green+Blue) = 174+99+218=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE63DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63DA is #519C25. Grayscale: #868686. Windows color (decimal): -5348390 or 14312366. OLE color: 14312366.

HSL color Cylindrical-coordinate representation of color #AE63DA: hue angle of 277.82º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE63DA is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 99 218 -
CMYK 0.20 0.55 0 0.15
HSL 277.82º 0.62% 0.62% -
HSV(B) 277.82º 0.55% 0.85% -
XYZ 34.57 22.98 68.94 -
YUV 134.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 174 99 218 0.20 0.55 0 0.15 277.82 0.62 0.62
Hex AE 63 DA 14 37 0 F 116 3E 3E
Octal 256 143 332 24 67 0 17 426 76 76
Binary 10101110 1100011 11011010 10100 110111 0 1111 100010110 111110 111110

Color Harmonies of #AE63DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE63DA

Black with #AE63DA

Text Example


Text Example

White with #AE63DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE63DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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