Html Css Color HEX #AE3FDC Medium Orchid

📋 copy color: '#AE3FDC'

red 174 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #AE3FDC

Tints of Medium Orchid #AE3FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.79%

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

R = 38.07%
G = 13.79%
B = 48.14%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE3FDC (or 0xAE3FDC) is known color: Medium Orchid. HEX triplet: AE, 3F and DC. RGB value is (174,63,220). Sum of RGB (Red+Green+Blue) = 174+63+220=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE3FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3FDC is #51C023. Grayscale: #717171. Windows color (decimal): -5357604 or 14434222. OLE color: 14434222.

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

Color convert

RGB 174 63 220 -
CMYK 0.21 0.71 0 0.14
HSL 282.42º 0.69% 0.55% -
HSV(B) 282.42º 0.71% 0.86% -
XYZ 32.15 17.72 69.44 -
YUV 114.09 187.77 170.73 -
System Red Green Blue C M Y K H S L
Decimal 174 63 220 0.21 0.71 0 0.14 282.42 0.69 0.55
Hex AE 3F DC 15 47 0 E 11A 45 37
Octal 256 77 334 25 107 0 16 432 105 67
Binary 10101110 111111 11011100 10101 1000111 0 1110 100011010 1000101 110111

Color Harmonies of #AE3FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3FDC

Black with #AE3FDC

Text Example


Text Example

White with #AE3FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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