Html Css Color HEX #AE42DC Medium Orchid

📋 copy color: '#AE42DC'

red 174 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #AE42DC

Tints of Medium Orchid #AE42DC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.35%

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 37.83%
G = 14.35%
B = 47.83%

CMYK

 C value IS 0.21

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE42DC (or 0xAE42DC) is known color: Medium Orchid. HEX triplet: AE, 42 and DC. RGB value is (174,66,220). Sum of RGB (Red+Green+Blue) = 174+66+220=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE42DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42DC is #51BD23. Grayscale: #737373. Windows color (decimal): -5356836 or 14434990. OLE color: 14434990.

HSL color Cylindrical-coordinate representation of color #AE42DC: hue angle of 282.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE42DC is Cyan = 0.21, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 66 220 -
CMYK 0.21 0.7 0 0.14
HSL 282.08º 0.69% 0.56% -
HSV(B) 282.08º 0.7% 0.86% -
XYZ 32.32 18.06 69.49 -
YUV 115.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 174 66 220 0.21 0.7 0 0.14 282.08 0.69 0.56
Hex AE 42 DC 15 46 0 E 11A 45 38
Octal 256 102 334 25 106 0 16 432 105 70
Binary 10101110 1000010 11011100 10101 1000110 0 1110 100011010 1000101 111000

Color Harmonies of #AE42DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42DC

Black with #AE42DC

Text Example


Text Example

White with #AE42DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42DC; }

 p { color: rgb(174,66,220); }

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

background-color css

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

 a { background-color: rgb(174,66,220); }

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

border-color css

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

 span { border-color: rgb(174,66,220); }

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