Html Css Color HEX #AE5CCB Medium Orchid

📋 copy color: '#AE5CCB'

red 174 ◦ green 92 ◦ blue 203

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

Shades of Medium Orchid #AE5CCB

Tints of Medium Orchid #AE5CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 37.1%
G = 19.62%
B = 43.28%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE5CCB (or 0xAE5CCB) is known color: Medium Orchid. HEX triplet: AE, 5C and CB. RGB value is (174,92,203). Sum of RGB (Red+Green+Blue) = 174+92+203=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CCB is #51A334. Grayscale: #808080. Windows color (decimal): -5350197 or 13327534. OLE color: 13327534.

HSL color Cylindrical-coordinate representation of color #AE5CCB: hue angle of 284.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE5CCB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 92 203 -
CMYK 0.14 0.55 0 0.20
HSL 284.32º 0.52% 0.58% -
HSV(B) 284.32º 0.55% 0.8% -
XYZ 32.06 20.96 58.86 -
YUV 129.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 174 92 203 0.14 0.55 0 0.20 284.32 0.52 0.58
Hex AE 5C CB E 37 0 14 11C 34 3A
Octal 256 134 313 16 67 0 24 434 64 72
Binary 10101110 1011100 11001011 1110 110111 0 10100 100011100 110100 111010

Color Harmonies of #AE5CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5CCB

Black with #AE5CCB

Text Example


Text Example

White with #AE5CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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