Html Css Color HEX #AE6ACC Medium Orchid

📋 copy color: '#AE6ACC'

red 174 ◦ green 106 ◦ blue 204

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

Shades of Medium Orchid #AE6ACC

Tints of Medium Orchid #AE6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.9%

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 35.95%
G = 21.9%
B = 42.15%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE6ACC (or 0xAE6ACC) is known color: Medium Orchid. HEX triplet: AE, 6A and CC. RGB value is (174,106,204). Sum of RGB (Red+Green+Blue) = 174+106+204=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ACC is #519533. Grayscale: #898989. Windows color (decimal): -5346612 or 13396654. OLE color: 13396654.

HSL color Cylindrical-coordinate representation of color #AE6ACC: hue angle of 281.63º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE6ACC is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 106 204 -
CMYK 0.15 0.48 0 0.2
HSL 281.63º 0.49% 0.61% -
HSV(B) 281.63º 0.48% 0.8% -
XYZ 33.51 23.67 59.93 -
YUV 137.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 174 106 204 0.15 0.48 0 0.2 281.63 0.49 0.61
Hex AE 6A CC F 30 0 14 11A 31 3D
Octal 256 152 314 17 60 0 24 432 61 75
Binary 10101110 1101010 11001100 1111 110000 0 10100 100011010 110001 111101

Color Harmonies of #AE6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6ACC

Black with #AE6ACC

Text Example


Text Example

White with #AE6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6ACC; }

 p { color: rgb(174,106,204); }

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

background-color css

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

 a { background-color: rgb(174,106,204); }

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

border-color css

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

 span { border-color: rgb(174,106,204); }

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