Html Css Color HEX #AA4FCD Medium Orchid

📋 copy color: '#AA4FCD'

red 170 ◦ green 79 ◦ blue 205

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

Shades of Medium Orchid #AA4FCD

Tints of Medium Orchid #AA4FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.4%

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 37.44%
G = 17.4%
B = 45.15%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA4FCD (or 0xAA4FCD) is known color: Medium Orchid. HEX triplet: AA, 4F and CD. RGB value is (170,79,205). Sum of RGB (Red+Green+Blue) = 170+79+205=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA4FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FCD is #55B032. Grayscale: #787878. Windows color (decimal): -5615667 or 13455274. OLE color: 13455274.

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

Color convert

RGB 170 79 205 -
CMYK 0.17 0.61 0 0.20
HSL 283.33º 0.56% 0.56% -
HSV(B) 283.33º 0.61% 0.8% -
XYZ 30.39 18.55 59.74 -
YUV 120.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 170 79 205 0.17 0.61 0 0.20 283.33 0.56 0.56
Hex AA 4F CD 11 3D 0 14 11B 38 38
Octal 252 117 315 21 75 0 24 433 70 70
Binary 10101010 1001111 11001101 10001 111101 0 10100 100011011 111000 111000

Color Harmonies of #AA4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FCD

Black with #AA4FCD

Text Example


Text Example

White with #AA4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FCD; }

 p { color: rgb(170,79,205); }

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

background-color css

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

 a { background-color: rgb(170,79,205); }

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

border-color css

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

 span { border-color: rgb(170,79,205); }

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