Html Css Color HEX #AE42DD Medium Orchid

📋 copy color: '#AE42DD'

red 174 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #AE42DD

Tints of Medium Orchid #AE42DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 37.74%
G = 14.32%
B = 47.94%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE42DD (or 0xAE42DD) is known color: Medium Orchid. HEX triplet: AE, 42 and DD. RGB value is (174,66,221). Sum of RGB (Red+Green+Blue) = 174+66+221=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE42DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42DD is #51BD22. Grayscale: #737373. Windows color (decimal): -5356835 or 14500526. OLE color: 14500526.

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

Color convert

RGB 174 66 221 -
CMYK 0.21 0.70 0 0.13
HSL 281.81º 0.7% 0.56% -
HSV(B) 281.81º 0.7% 0.87% -
XYZ 32.45 18.12 70.19 -
YUV 115.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 174 66 221 0.21 0.70 0 0.13 281.81 0.7 0.56
Hex AE 42 DD 15 46 0 D 11A 46 38
Octal 256 102 335 25 106 0 15 432 106 70
Binary 10101110 1000010 11011101 10101 1000110 0 1101 100011010 1000110 111000

Color Harmonies of #AE42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42DD

Black with #AE42DD

Text Example


Text Example

White with #AE42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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