Html Css Color HEX #AE61C8 Medium Orchid

📋 copy color: '#AE61C8'

red 174 ◦ green 97 ◦ blue 200

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

Shades of Medium Orchid #AE61C8

Tints of Medium Orchid #AE61C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.46%

R = 36.94%
G = 20.59%
B = 42.46%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE61C8 (or 0xAE61C8) is known color: Medium Orchid. HEX triplet: AE, 61 and C8. RGB value is (174,97,200). Sum of RGB (Red+Green+Blue) = 174+97+200=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE61C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61C8 is #519E37. Grayscale: #838383. Windows color (decimal): -5348920 or 13132206. OLE color: 13132206.

HSL color Cylindrical-coordinate representation of color #AE61C8: hue angle of 284.85º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE61C8 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 97 200 -
CMYK 0.13 0.52 0 0.22
HSL 284.85º 0.48% 0.58% -
HSV(B) 284.85º 0.52% 0.78% -
XYZ 32.16 21.72 57.14 -
YUV 131.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 174 97 200 0.13 0.52 0 0.22 284.85 0.48 0.58
Hex AE 61 C8 D 34 0 16 11D 30 3A
Octal 256 141 310 15 64 0 26 435 60 72
Binary 10101110 1100001 11001000 1101 110100 0 10110 100011101 110000 111010

Color Harmonies of #AE61C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE61C8

Black with #AE61C8

Text Example


Text Example

White with #AE61C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE61C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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