Html Css Color HEX #AA4CFE Medium Orchid

📋 copy color: '#AA4CFE'

red 170 ◦ green 76 ◦ blue 254

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

Shades of Medium Orchid #AA4CFE

Tints of Medium Orchid #AA4CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.2%

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 34%
G = 15.2%
B = 50.8%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA4CFE (or 0xAA4CFE) is known color: Medium Orchid. HEX triplet: AA, 4C and FE. RGB value is (170,76,254). Sum of RGB (Red+Green+Blue) = 170+76+254=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA4CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CFE is #55B301. Grayscale: #7B7B7B. Windows color (decimal): -5616386 or 16665770. OLE color: 16665770.

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

Color convert

RGB 170 76 254 -
CMYK 0.33 0.70 0 0.00
HSL 271.69º 0.99% 0.65% -
HSV(B) 271.69º 0.7% 1% -
XYZ 37.05 20.87 95.84 -
YUV 124.4 201.14 160.53 -
System Red Green Blue C M Y K H S L
Decimal 170 76 254 0.33 0.70 0 0.00 271.69 0.99 0.65
Hex AA 4C FE 21 46 0 0 110 63 41
Octal 252 114 376 41 106 0 0 420 143 101
Binary 10101010 1001100 11111110 100001 1000110 0 0 100010000 1100011 1000001

Color Harmonies of #AA4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CFE

Black with #AA4CFE

Text Example


Text Example

White with #AA4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CFE; }

 p { color: rgb(170,76,254); }

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

background-color css

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

 a { background-color: rgb(170,76,254); }

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

border-color css

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

 span { border-color: rgb(170,76,254); }

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