Html Css Color HEX #AE60C8 Medium Orchid

📋 copy color: '#AE60C8'

red 174 ◦ green 96 ◦ blue 200

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

Shades of Medium Orchid #AE60C8

Tints of Medium Orchid #AE60C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.55%

R = 37.02%
G = 20.43%
B = 42.55%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE60C8 (or 0xAE60C8) is known color: Medium Orchid. HEX triplet: AE, 60 and C8. RGB value is (174,96,200). Sum of RGB (Red+Green+Blue) = 174+96+200=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE60C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60C8 is #519F37. Grayscale: #828282. Windows color (decimal): -5349176 or 13131950. OLE color: 13131950.

HSL color Cylindrical-coordinate representation of color #AE60C8: hue angle of 285º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE60C8 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 96 200 -
CMYK 0.13 0.52 0 0.22
HSL 285º 0.49% 0.58% -
HSV(B) 285º 0.52% 0.78% -
XYZ 32.06 21.53 57.11 -
YUV 131.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 174 96 200 0.13 0.52 0 0.22 285 0.49 0.58
Hex AE 60 C8 D 34 0 16 11D 31 3A
Octal 256 140 310 15 64 0 26 435 61 72
Binary 10101110 1100000 11001000 1101 110100 0 10110 100011101 110001 111010

Color Harmonies of #AE60C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE60C8

Black with #AE60C8

Text Example


Text Example

White with #AE60C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE60C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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