Html Css Color HEX #AE62CA Medium Orchid

📋 copy color: '#AE62CA'

red 174 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #AE62CA

Tints of Medium Orchid #AE62CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 36.71%
G = 20.68%
B = 42.62%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE62CA (or 0xAE62CA) is known color: Medium Orchid. HEX triplet: AE, 62 and CA. RGB value is (174,98,202). Sum of RGB (Red+Green+Blue) = 174+98+202=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE62CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE62CA is #519D35. Grayscale: #848484. Windows color (decimal): -5348662 or 13263534. OLE color: 13263534.

HSL color Cylindrical-coordinate representation of color #AE62CA: hue angle of 283.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE62CA is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 98 202 -
CMYK 0.14 0.51 0 0.21
HSL 283.85º 0.5% 0.59% -
HSV(B) 283.85º 0.51% 0.79% -
XYZ 32.48 22 58.41 -
YUV 132.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 174 98 202 0.14 0.51 0 0.21 283.85 0.5 0.59
Hex AE 62 CA E 33 0 15 11C 32 3B
Octal 256 142 312 16 63 0 25 434 62 73
Binary 10101110 1100010 11001010 1110 110011 0 10101 100011100 110010 111011

Color Harmonies of #AE62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE62CA

Black with #AE62CA

Text Example


Text Example

White with #AE62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE62CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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