Html Css Color HEX #AE41D6 Medium Orchid

📋 copy color: '#AE41D6'

red 174 ◦ green 65 ◦ blue 214

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

Shades of Medium Orchid #AE41D6

Tints of Medium Orchid #AE41D6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.35%

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 38.41%
G = 14.35%
B = 47.24%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE41D6 (or 0xAE41D6) is known color: Medium Orchid. HEX triplet: AE, 41 and D6. RGB value is (174,65,214). Sum of RGB (Red+Green+Blue) = 174+65+214=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE41D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41D6 is #51BE29. Grayscale: #727272. Windows color (decimal): -5357098 or 14041518. OLE color: 14041518.

HSL color Cylindrical-coordinate representation of color #AE41D6: hue angle of 283.89º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE41D6 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 65 214 -
CMYK 0.19 0.70 0 0.16
HSL 283.89º 0.65% 0.55% -
HSV(B) 283.89º 0.7% 0.84% -
XYZ 31.48 17.63 65.36 -
YUV 114.58 184.11 170.38 -
System Red Green Blue C M Y K H S L
Decimal 174 65 214 0.19 0.70 0 0.16 283.89 0.65 0.55
Hex AE 41 D6 13 46 0 10 11C 41 37
Octal 256 101 326 23 106 0 20 434 101 67
Binary 10101110 1000001 11010110 10011 1000110 0 10000 100011100 1000001 110111

Color Harmonies of #AE41D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE41D6

Black with #AE41D6

Text Example


Text Example

White with #AE41D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE41D6; }

 p { color: rgb(174,65,214); }

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

background-color css

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

 a { background-color: rgb(174,65,214); }

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

border-color css

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

 span { border-color: rgb(174,65,214); }

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