Html Css Color HEX #AE62C1 Medium Orchid

📋 copy color: '#AE62C1'

red 174 ◦ green 98 ◦ blue 193

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

Shades of Medium Orchid #AE62C1

Tints of Medium Orchid #AE62C1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.08%

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

R = 37.42%
G = 21.08%
B = 41.51%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE62C1 (or 0xAE62C1) is known color: Medium Orchid. HEX triplet: AE, 62 and C1. RGB value is (174,98,193). Sum of RGB (Red+Green+Blue) = 174+98+193=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE62C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE62C1 is #519D3E. Grayscale: #838383. Windows color (decimal): -5348671 or 12673710. OLE color: 12673710.

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

Color convert

RGB 174 98 193 -
CMYK 0.10 0.49 0 0.24
HSL 288º 0.43% 0.57% -
HSV(B) 288º 0.49% 0.76% -
XYZ 31.45 21.58 52.96 -
YUV 131.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 174 98 193 0.10 0.49 0 0.24 288 0.43 0.57
Hex AE 62 C1 A 31 0 18 120 2B 39
Octal 256 142 301 12 61 0 30 440 53 71
Binary 10101110 1100010 11000001 1010 110001 0 11000 100100000 101011 111001

Color Harmonies of #AE62C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE62C1

Black with #AE62C1

Text Example


Text Example

White with #AE62C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE62C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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