Html Css Color HEX #AE42CF Medium Orchid

📋 copy color: '#AE42CF'

red 174 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #AE42CF

Tints of Medium Orchid #AE42CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 38.93%
G = 14.77%
B = 46.31%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE42CF (or 0xAE42CF) is known color: Medium Orchid. HEX triplet: AE, 42 and CF. RGB value is (174,66,207). Sum of RGB (Red+Green+Blue) = 174+66+207=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE42CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42CF is #51BD30. Grayscale: #717171. Windows color (decimal): -5356849 or 13583022. OLE color: 13583022.

HSL color Cylindrical-coordinate representation of color #AE42CF: hue angle of 285.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE42CF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 66 207 -
CMYK 0.16 0.68 0 0.19
HSL 285.96º 0.59% 0.54% -
HSV(B) 285.96º 0.68% 0.81% -
XYZ 30.67 17.4 60.77 -
YUV 114.37 180.28 170.54 -
System Red Green Blue C M Y K H S L
Decimal 174 66 207 0.16 0.68 0 0.19 285.96 0.59 0.54
Hex AE 42 CF 10 44 0 13 11E 3B 36
Octal 256 102 317 20 104 0 23 436 73 66
Binary 10101110 1000010 11001111 10000 1000100 0 10011 100011110 111011 110110

Color Harmonies of #AE42CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42CF

Black with #AE42CF

Text Example


Text Example

White with #AE42CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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