Html Css Color HEX #AE62C3 Medium Orchid

📋 copy color: '#AE62C3'

red 174 ◦ green 98 ◦ blue 195

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

Shades of Medium Orchid #AE62C3

Tints of Medium Orchid #AE62C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.76%

R = 37.26%
G = 20.99%
B = 41.76%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE62C3 (or 0xAE62C3) is known color: Medium Orchid. HEX triplet: AE, 62 and C3. RGB value is (174,98,195). Sum of RGB (Red+Green+Blue) = 174+98+195=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE62C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE62C3 is #519D3C. Grayscale: #838383. Windows color (decimal): -5348669 or 12804782. OLE color: 12804782.

HSL color Cylindrical-coordinate representation of color #AE62C3: hue angle of 287.01º degrees, saturation: 0.45, 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 #AE62C3 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 98 195 -
CMYK 0.11 0.50 0 0.24
HSL 287.01º 0.45% 0.57% -
HSV(B) 287.01º 0.5% 0.76% -
XYZ 31.67 21.67 54.14 -
YUV 131.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 174 98 195 0.11 0.50 0 0.24 287.01 0.45 0.57
Hex AE 62 C3 B 32 0 18 11F 2D 39
Octal 256 142 303 13 62 0 30 437 55 71
Binary 10101110 1100010 11000011 1011 110010 0 11000 100011111 101101 111001

Color Harmonies of #AE62C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE62C3

Black with #AE62C3

Text Example


Text Example

White with #AE62C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE62C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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