Html Css Color HEX #AE5CC1 Medium Orchid

📋 copy color: '#AE5CC1'

red 174 ◦ green 92 ◦ blue 193

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

Shades of Medium Orchid #AE5CC1

Tints of Medium Orchid #AE5CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.05%

R = 37.91%
G = 20.04%
B = 42.05%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE5CC1 (or 0xAE5CC1) is known color: Medium Orchid. HEX triplet: AE, 5C and C1. RGB value is (174,92,193). Sum of RGB (Red+Green+Blue) = 174+92+193=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE5CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CC1 is #51A33E. Grayscale: #7F7F7F. Windows color (decimal): -5350207 or 12672174. OLE color: 12672174.

HSL color Cylindrical-coordinate representation of color #AE5CC1: hue angle of 288.71º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5CC1 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 92 193 -
CMYK 0.10 0.52 0 0.24
HSL 288.71º 0.45% 0.56% -
HSV(B) 288.71º 0.52% 0.76% -
XYZ 30.91 20.5 52.78 -
YUV 128.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 174 92 193 0.10 0.52 0 0.24 288.71 0.45 0.56
Hex AE 5C C1 A 34 0 18 121 2D 38
Octal 256 134 301 12 64 0 30 441 55 70
Binary 10101110 1011100 11000001 1010 110100 0 11000 100100001 101101 111000

Color Harmonies of #AE5CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5CC1

Black with #AE5CC1

Text Example


Text Example

White with #AE5CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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