#AA4AFB

Color #AA4AFB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AA4AFB

Tints of Medium Orchid #AA4AFB

Color information

#AA4AFB (or 0xAA4AFB) is unknown color: approx Medium Orchid. HEX triplet: AA, 4A and FB. RGB value is (170,74,251). Sum of RGB (Red+Green+Blue) = 170+74+251=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AFB is #55B504. Grayscale: #7A7A7A. Windows color (decimal): -5616901 or 16468650. OLE color: 16468650.

HSL color Cylindrical-coordinate representation of color #AA4AFB: hue angle of 272.54º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA4AFB is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17074251-
CMYK0.320.7100.02
HSL272.54º95.68%63.73%-
HSV(B)272.54º70.52%98.43%-
XYZ36.4420.4193.29-
YUV122.88200.3161.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 74 (29.30% from 255) = 14.95%
BLUE value IS 251 (98.44% from 255) = 50.71%
R=34.34%
G=14.95%
B=50.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170742510.320.7100.02272.5495.6863.73
HexAA4AFB2047021116040
Octal2521123734010702421140100
Binary10101010100101011111011100000100011101010001000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AFB; }

 p { color: rgb(170,74,251); }

 H1.HeaderClassName
 {
   color: #AA4AFB;
 }
 .AnyTagClassName
 {
   color: #AA4AFB;
 }
</style>
background-color css

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

 a { background-color: rgb(170,74,251); }

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

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

 span { border-color: rgb(170,74,251); }

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