Html Css Color HEX #AA4DCB Medium Orchid

📋 copy color: '#AA4DCB'

red 170 ◦ green 77 ◦ blue 203

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

Shades of Medium Orchid #AA4DCB

Tints of Medium Orchid #AA4DCB

RGB

 RED value IS 170 (66.8% from 255) = 37.78%

 GREEN value IS 77 (30.47% from 255) = 17.11%

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 37.78%
G = 17.11%
B = 45.11%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA4DCB (or 0xAA4DCB) is known color: Medium Orchid. HEX triplet: AA, 4D and CB. RGB value is (170,77,203). Sum of RGB (Red+Green+Blue) = 170+77+203=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA4DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DCB is #55B234. Grayscale: #767676. Windows color (decimal): -5616181 or 13323690. OLE color: 13323690.

HSL color Cylindrical-coordinate representation of color #AA4DCB: hue angle of 284.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4DCB is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 77 203 -
CMYK 0.16 0.62 0 0.20
HSL 284.29º 0.55% 0.55% -
HSV(B) 284.29º 0.62% 0.8% -
XYZ 30.01 18.17 58.42 -
YUV 119.17 175.31 164.25 -
System Red Green Blue C M Y K H S L
Decimal 170 77 203 0.16 0.62 0 0.20 284.29 0.55 0.55
Hex AA 4D CB 10 3E 0 14 11C 37 37
Octal 252 115 313 20 76 0 24 434 67 67
Binary 10101010 1001101 11001011 10000 111110 0 10100 100011100 110111 110111

Color Harmonies of #AA4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DCB

Black with #AA4DCB

Text Example


Text Example

White with #AA4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DCB; }

 p { color: rgb(170,77,203); }

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

background-color css

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

 a { background-color: rgb(170,77,203); }

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

border-color css

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

 span { border-color: rgb(170,77,203); }

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