Html Css Color HEX #AE5CCF Medium Orchid

📋 copy color: '#AE5CCF'

red 174 ◦ green 92 ◦ blue 207

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

Shades of Medium Orchid #AE5CCF

Tints of Medium Orchid #AE5CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.45%

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

R = 36.79%
G = 19.45%
B = 43.76%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE5CCF (or 0xAE5CCF) is known color: Medium Orchid. HEX triplet: AE, 5C and CF. RGB value is (174,92,207). Sum of RGB (Red+Green+Blue) = 174+92+207=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CCF is #51A330. Grayscale: #818181. Windows color (decimal): -5350193 or 13589678. OLE color: 13589678.

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

Color convert

RGB 174 92 207 -
CMYK 0.16 0.56 0 0.19
HSL 282.78º 0.55% 0.59% -
HSV(B) 282.78º 0.56% 0.81% -
XYZ 32.55 21.16 61.4 -
YUV 129.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 174 92 207 0.16 0.56 0 0.19 282.78 0.55 0.59
Hex AE 5C CF 10 38 0 13 11B 37 3B
Octal 256 134 317 20 70 0 23 433 67 73
Binary 10101110 1011100 11001111 10000 111000 0 10011 100011011 110111 111011

Color Harmonies of #AE5CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5CCF

Black with #AE5CCF

Text Example


Text Example

White with #AE5CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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