Html Css Color HEX #AE62C2 Medium Orchid

📋 copy color: '#AE62C2'

red 174 ◦ green 98 ◦ blue 194

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

Shades of Medium Orchid #AE62C2

Tints of Medium Orchid #AE62C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 37.34%
G = 21.03%
B = 41.63%

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

#AE62C2 (or 0xAE62C2) is known color: Medium Orchid. HEX triplet: AE, 62 and C2. RGB value is (174,98,194). Sum of RGB (Red+Green+Blue) = 174+98+194=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE62C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE62C2 is #519D3D. Grayscale: #838383. Windows color (decimal): -5348670 or 12739246. OLE color: 12739246.

HSL color Cylindrical-coordinate representation of color #AE62C2: hue angle of 287.5º degrees, saturation: 0.44, 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 #AE62C2 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 98 194 -
CMYK 0.10 0.49 0 0.24
HSL 287.5º 0.44% 0.57% -
HSV(B) 287.5º 0.49% 0.76% -
XYZ 31.56 21.63 53.55 -
YUV 131.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 174 98 194 0.10 0.49 0 0.24 287.5 0.44 0.57
Hex AE 62 C2 A 31 0 18 120 2C 39
Octal 256 142 302 12 61 0 30 440 54 71
Binary 10101110 1100010 11000010 1010 110001 0 11000 100100000 101100 111001

Color Harmonies of #AE62C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE62C2

Black with #AE62C2

Text Example


Text Example

White with #AE62C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE62C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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