Html Css Color HEX #AE60C1 Medium Orchid

📋 copy color: '#AE60C1'

red 174 ◦ green 96 ◦ blue 193

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

Shades of Medium Orchid #AE60C1

Tints of Medium Orchid #AE60C1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.73%

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

R = 37.58%
G = 20.73%
B = 41.68%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE60C1 (or 0xAE60C1) is known color: Medium Orchid. HEX triplet: AE, 60 and C1. RGB value is (174,96,193). Sum of RGB (Red+Green+Blue) = 174+96+193=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE60C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60C1 is #519F3E. Grayscale: #828282. Windows color (decimal): -5349183 or 12673198. OLE color: 12673198.

HSL color Cylindrical-coordinate representation of color #AE60C1: hue angle of 288.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE60C1 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 96 193 -
CMYK 0.10 0.50 0 0.24
HSL 288.25º 0.44% 0.57% -
HSV(B) 288.25º 0.5% 0.76% -
XYZ 31.26 21.21 52.9 -
YUV 130.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 174 96 193 0.10 0.50 0 0.24 288.25 0.44 0.57
Hex AE 60 C1 A 32 0 18 120 2C 39
Octal 256 140 301 12 62 0 30 440 54 71
Binary 10101110 1100000 11000001 1010 110010 0 11000 100100000 101100 111001

Color Harmonies of #AE60C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE60C1

Black with #AE60C1

Text Example


Text Example

White with #AE60C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE60C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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