Html Css Color HEX #AE4CCE Medium Orchid

📋 copy color: '#AE4CCE'

red 174 ◦ green 76 ◦ blue 206

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

Shades of Medium Orchid #AE4CCE

Tints of Medium Orchid #AE4CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 38.16%
G = 16.67%
B = 45.18%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE4CCE (or 0xAE4CCE) is known color: Medium Orchid. HEX triplet: AE, 4C and CE. RGB value is (174,76,206). Sum of RGB (Red+Green+Blue) = 174+76+206=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE4CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4CCE is #51B331. Grayscale: #777777. Windows color (decimal): -5354290 or 13520046. OLE color: 13520046.

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

Color convert

RGB 174 76 206 -
CMYK 0.16 0.63 0 0.19
HSL 285.23º 0.57% 0.55% -
HSV(B) 285.23º 0.63% 0.81% -
XYZ 31.18 18.62 60.34 -
YUV 120.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 174 76 206 0.16 0.63 0 0.19 285.23 0.57 0.55
Hex AE 4C CE 10 3F 0 13 11D 39 37
Octal 256 114 316 20 77 0 23 435 71 67
Binary 10101110 1001100 11001110 10000 111111 0 10011 100011101 111001 110111

Color Harmonies of #AE4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4CCE

Black with #AE4CCE

Text Example


Text Example

White with #AE4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4CCE; }

 p { color: rgb(174,76,206); }

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

background-color css

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

 a { background-color: rgb(174,76,206); }

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

border-color css

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

 span { border-color: rgb(174,76,206); }

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