Html Css Color HEX #AE63CF Medium Orchid

📋 copy color: '#AE63CF'

red 174 ◦ green 99 ◦ blue 207

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

Shades of Medium Orchid #AE63CF

Tints of Medium Orchid #AE63CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 36.25%
G = 20.63%
B = 43.13%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE63CF (or 0xAE63CF) is known color: Medium Orchid. HEX triplet: AE, 63 and CF. RGB value is (174,99,207). Sum of RGB (Red+Green+Blue) = 174+99+207=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63CF is #519C30. Grayscale: #858585. Windows color (decimal): -5348401 or 13591470. OLE color: 13591470.

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

Color convert

RGB 174 99 207 -
CMYK 0.16 0.52 0 0.19
HSL 281.67º 0.53% 0.6% -
HSV(B) 281.67º 0.52% 0.81% -
XYZ 33.18 22.43 61.61 -
YUV 133.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 174 99 207 0.16 0.52 0 0.19 281.67 0.53 0.6
Hex AE 63 CF 10 34 0 13 11A 35 3C
Octal 256 143 317 20 64 0 23 432 65 74
Binary 10101110 1100011 11001111 10000 110100 0 10011 100011010 110101 111100

Color Harmonies of #AE63CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE63CF

Black with #AE63CF

Text Example


Text Example

White with #AE63CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE63CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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