Html Css Color HEX #AE5FCC Medium Orchid

📋 copy color: '#AE5FCC'

red 174 ◦ green 95 ◦ blue 204

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

Shades of Medium Orchid #AE5FCC

Tints of Medium Orchid #AE5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.08%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 36.79%
G = 20.08%
B = 43.13%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE5FCC (or 0xAE5FCC) is known color: Medium Orchid. HEX triplet: AE, 5F and CC. RGB value is (174,95,204). Sum of RGB (Red+Green+Blue) = 174+95+204=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5FCC is #51A033. Grayscale: #828282. Windows color (decimal): -5349428 or 13393838. OLE color: 13393838.

HSL color Cylindrical-coordinate representation of color #AE5FCC: hue angle of 283.49º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5FCC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 95 204 -
CMYK 0.15 0.53 0 0.2
HSL 283.49º 0.52% 0.59% -
HSV(B) 283.49º 0.53% 0.8% -
XYZ 32.45 21.54 59.57 -
YUV 131.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 174 95 204 0.15 0.53 0 0.2 283.49 0.52 0.59
Hex AE 5F CC F 35 0 14 11B 34 3B
Octal 256 137 314 17 65 0 24 433 64 73
Binary 10101110 1011111 11001100 1111 110101 0 10100 100011011 110100 111011

Color Harmonies of #AE5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5FCC

Black with #AE5FCC

Text Example


Text Example

White with #AE5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5FCC; }

 p { color: rgb(174,95,204); }

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

background-color css

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

 a { background-color: rgb(174,95,204); }

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

border-color css

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

 span { border-color: rgb(174,95,204); }

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