Html Css Color HEX #AA4AFC Medium Orchid

📋 copy color: '#AA4AFC'

red 170 ◦ green 74 ◦ blue 252

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

Shades of Medium Orchid #AA4AFC

Tints of Medium Orchid #AA4AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.92%

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 34.27%
G = 14.92%
B = 50.81%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA4AFC (or 0xAA4AFC) is known color: Medium Orchid. HEX triplet: AA, 4A and FC. RGB value is (170,74,252). Sum of RGB (Red+Green+Blue) = 170+74+252=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA4AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AFC is #55B503. Grayscale: #7A7A7A. Windows color (decimal): -5616900 or 16534186. OLE color: 16534186.

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

Color convert

RGB 170 74 252 -
CMYK 0.33 0.71 0 0.01
HSL 272.36º 0.97% 0.64% -
HSV(B) 272.36º 0.71% 0.99% -
XYZ 36.6 20.47 94.12 -
YUV 123 200.8 161.53 -
System Red Green Blue C M Y K H S L
Decimal 170 74 252 0.33 0.71 0 0.01 272.36 0.97 0.64
Hex AA 4A FC 21 47 0 1 110 61 40
Octal 252 112 374 41 107 0 1 420 141 100
Binary 10101010 1001010 11111100 100001 1000111 0 1 100010000 1100001 1000000

Color Harmonies of #AA4AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AFC

Black with #AA4AFC

Text Example


Text Example

White with #AA4AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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