Html Css Color HEX #AA4BFF Medium Orchid

📋 copy color: '#AA4BFF'

red 170 ◦ green 75 ◦ blue 255

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

Shades of Medium Orchid #AA4BFF

Tints of Medium Orchid #AA4BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15%

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

R = 34%
G = 15%
B = 51%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA4BFF (or 0xAA4BFF) is known color: Medium Orchid. HEX triplet: AA, 4B and FF. RGB value is (170,75,255). Sum of RGB (Red+Green+Blue) = 170+75+255=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA4BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BFF is #55B400. Grayscale: #7B7B7B. Windows color (decimal): -5616641 or 16731050. OLE color: 16731050.

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

Color convert

RGB 170 75 255 -
CMYK 0.33 0.71 0 0
HSL 271.67º 1% 0.65% -
HSV(B) 271.67º 0.71% 1% -
XYZ 37.14 20.8 96.66 -
YUV 123.93 201.97 160.86 -
System Red Green Blue C M Y K H S L
Decimal 170 75 255 0.33 0.71 0 0 271.67 1 0.65
Hex AA 4B FF 21 47 0 0 110 64 41
Octal 252 113 377 41 107 0 0 420 144 101
Binary 10101010 1001011 11111111 100001 1000111 0 0 100010000 1100100 1000001

Color Harmonies of #AA4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BFF

Black with #AA4BFF

Text Example


Text Example

White with #AA4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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