Html Css Color HEX #AA4FFB Medium Orchid

📋 copy color: '#AA4FFB'

red 170 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #AA4FFB

Tints of Medium Orchid #AA4FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 34%
G = 15.8%
B = 50.2%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA4FFB (or 0xAA4FFB) is known color: Medium Orchid. HEX triplet: AA, 4F and FB. RGB value is (170,79,251). Sum of RGB (Red+Green+Blue) = 170+79+251=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA4FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FFB is #55B004. Grayscale: #7D7D7D. Windows color (decimal): -5615621 or 16469930. OLE color: 16469930.

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

Color convert

RGB 170 79 251 -
CMYK 0.32 0.69 0 0.02
HSL 271.74º 0.96% 0.65% -
HSV(B) 271.74º 0.69% 0.98% -
XYZ 36.79 21.1 93.4 -
YUV 125.82 198.65 159.51 -
System Red Green Blue C M Y K H S L
Decimal 170 79 251 0.32 0.69 0 0.02 271.74 0.96 0.65
Hex AA 4F FB 20 45 0 2 110 60 41
Octal 252 117 373 40 105 0 2 420 140 101
Binary 10101010 1001111 11111011 100000 1000101 0 10 100010000 1100000 1000001

Color Harmonies of #AA4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FFB

Black with #AA4FFB

Text Example


Text Example

White with #AA4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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