Html Css Color HEX #AE61C2 Medium Orchid

📋 copy color: '#AE61C2'

red 174 ◦ green 97 ◦ blue 194

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

Shades of Medium Orchid #AE61C2

Tints of Medium Orchid #AE61C2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.86%

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

R = 37.42%
G = 20.86%
B = 41.72%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE61C2 (or 0xAE61C2) is known color: Medium Orchid. HEX triplet: AE, 61 and C2. RGB value is (174,97,194). Sum of RGB (Red+Green+Blue) = 174+97+194=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE61C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61C2 is #519E3D. Grayscale: #828282. Windows color (decimal): -5348926 or 12738990. OLE color: 12738990.

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

Color convert

RGB 174 97 194 -
CMYK 0.10 0.50 0 0.24
HSL 287.63º 0.44% 0.57% -
HSV(B) 287.63º 0.5% 0.76% -
XYZ 31.47 21.44 53.52 -
YUV 131.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 174 97 194 0.10 0.50 0 0.24 287.63 0.44 0.57
Hex AE 61 C2 A 32 0 18 120 2C 39
Octal 256 141 302 12 62 0 30 440 54 71
Binary 10101110 1100001 11000010 1010 110010 0 11000 100100000 101100 111001

Color Harmonies of #AE61C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE61C2

Black with #AE61C2

Text Example


Text Example

White with #AE61C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE61C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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