Html Css Color HEX #AE46C6 Medium Orchid

📋 copy color: '#AE46C6'

red 174 ◦ green 70 ◦ blue 198

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

Shades of Medium Orchid #AE46C6

Tints of Medium Orchid #AE46C6

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.84%

 BLUE value IS 198 (77.73% from 255) = 44.8%

R = 39.37%
G = 15.84%
B = 44.8%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE46C6 (or 0xAE46C6) is known color: Medium Orchid. HEX triplet: AE, 46 and C6. RGB value is (174,70,198). Sum of RGB (Red+Green+Blue) = 174+70+198=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE46C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE46C6 is #51B939. Grayscale: #737373. Windows color (decimal): -5355834 or 12994222. OLE color: 12994222.

HSL color Cylindrical-coordinate representation of color #AE46C6: hue angle of 288.75º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE46C6 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 70 198 -
CMYK 0.12 0.65 0 0.22
HSL 288.75º 0.53% 0.53% -
HSV(B) 288.75º 0.65% 0.78% -
XYZ 29.84 17.46 55.22 -
YUV 115.69 174.46 169.59 -
System Red Green Blue C M Y K H S L
Decimal 174 70 198 0.12 0.65 0 0.22 288.75 0.53 0.53
Hex AE 46 C6 C 41 0 16 121 35 35
Octal 256 106 306 14 101 0 26 441 65 65
Binary 10101110 1000110 11000110 1100 1000001 0 10110 100100001 110101 110101

Color Harmonies of #AE46C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE46C6

Black with #AE46C6

Text Example


Text Example

White with #AE46C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE46C6; }

 p { color: rgb(174,70,198); }

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

background-color css

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

 a { background-color: rgb(174,70,198); }

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

border-color css

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

 span { border-color: rgb(174,70,198); }

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