Html Css Color HEX #AE6BBE Medium Orchid

📋 copy color: '#AE6BBE'

red 174 ◦ green 107 ◦ blue 190

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

Shades of Medium Orchid #AE6BBE

Tints of Medium Orchid #AE6BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.72%

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 36.94%
G = 22.72%
B = 40.34%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE6BBE (or 0xAE6BBE) is known color: Medium Orchid. HEX triplet: AE, 6B and BE. RGB value is (174,107,190). Sum of RGB (Red+Green+Blue) = 174+107+190=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE6BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BBE is #519441. Grayscale: #888888. Windows color (decimal): -5346370 or 12479406. OLE color: 12479406.

HSL color Cylindrical-coordinate representation of color #AE6BBE: hue angle of 288.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6BBE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 107 190 -
CMYK 0.08 0.44 0 0.25
HSL 288.43º 0.39% 0.58% -
HSV(B) 288.43º 0.44% 0.75% -
XYZ 32.01 23.23 51.51 -
YUV 136.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 174 107 190 0.08 0.44 0 0.25 288.43 0.39 0.58
Hex AE 6B BE 8 2C 0 19 120 27 3A
Octal 256 153 276 10 54 0 31 440 47 72
Binary 10101110 1101011 10111110 1000 101100 0 11001 100100000 100111 111010

Color Harmonies of #AE6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BBE

Black with #AE6BBE

Text Example


Text Example

White with #AE6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BBE; }

 p { color: rgb(174,107,190); }

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

background-color css

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

 a { background-color: rgb(174,107,190); }

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

border-color css

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

 span { border-color: rgb(174,107,190); }

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