Html Css Color HEX #AA4DFC Medium Orchid

📋 copy color: '#AA4DFC'

red 170 ◦ green 77 ◦ blue 252

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

Shades of Medium Orchid #AA4DFC

Tints of Medium Orchid #AA4DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.43%

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

R = 34.07%
G = 15.43%
B = 50.5%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA4DFC (or 0xAA4DFC) is known color: Medium Orchid. HEX triplet: AA, 4D and FC. RGB value is (170,77,252). Sum of RGB (Red+Green+Blue) = 170+77+252=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA4DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DFC is #55B203. Grayscale: #7C7C7C. Windows color (decimal): -5616132 or 16534954. OLE color: 16534954.

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

Color convert

RGB 170 77 252 -
CMYK 0.33 0.69 0 0.01
HSL 271.89º 0.97% 0.65% -
HSV(B) 271.89º 0.69% 0.99% -
XYZ 36.8 20.88 94.19 -
YUV 124.76 199.81 160.27 -
System Red Green Blue C M Y K H S L
Decimal 170 77 252 0.33 0.69 0 0.01 271.89 0.97 0.65
Hex AA 4D FC 21 45 0 1 110 61 41
Octal 252 115 374 41 105 0 1 420 141 101
Binary 10101010 1001101 11111100 100001 1000101 0 1 100010000 1100001 1000001

Color Harmonies of #AA4DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DFC

Black with #AA4DFC

Text Example


Text Example

White with #AA4DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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