Html Css Color HEX #AA4CFF Medium Orchid

📋 copy color: '#AA4CFF'

red 170 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #AA4CFF

Tints of Medium Orchid #AA4CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 33.93%
G = 15.17%
B = 50.9%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA4CFF (or 0xAA4CFF) is known color: Medium Orchid. HEX triplet: AA, 4C and FF. RGB value is (170,76,255). Sum of RGB (Red+Green+Blue) = 170+76+255=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA4CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CFF is #55B300. Grayscale: #7B7B7B. Windows color (decimal): -5616385 or 16731306. OLE color: 16731306.

HSL color Cylindrical-coordinate representation of color #AA4CFF: hue angle of 271.51º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4CFF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 76 255 -
CMYK 0.33 0.70 0 0
HSL 271.51º 1% 0.65% -
HSV(B) 271.51º 0.7% 1% -
XYZ 37.21 20.93 96.69 -
YUV 124.51 201.64 160.45 -
System Red Green Blue C M Y K H S L
Decimal 170 76 255 0.33 0.70 0 0 271.51 1 0.65
Hex AA 4C FF 21 46 0 0 110 64 41
Octal 252 114 377 41 106 0 0 420 144 101
Binary 10101010 1001100 11111111 100001 1000110 0 0 100010000 1100100 1000001

Color Harmonies of #AA4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CFF

Black with #AA4CFF

Text Example


Text Example

White with #AA4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CFF; }

 p { color: rgb(170,76,255); }

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

background-color css

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

 a { background-color: rgb(170,76,255); }

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

border-color css

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

 span { border-color: rgb(170,76,255); }

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