Html Css Color HEX #AA4CFA Medium Orchid

📋 copy color: '#AA4CFA'

red 170 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #AA4CFA

Tints of Medium Orchid #AA4CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 34.27%
G = 15.32%
B = 50.4%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA4CFA (or 0xAA4CFA) is known color: Medium Orchid. HEX triplet: AA, 4C and FA. RGB value is (170,76,250). Sum of RGB (Red+Green+Blue) = 170+76+250=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA4CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CFA is #55B305. Grayscale: #7B7B7B. Windows color (decimal): -5616390 or 16403626. OLE color: 16403626.

HSL color Cylindrical-coordinate representation of color #AA4CFA: hue angle of 272.41º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4CFA is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 76 250 -
CMYK 0.32 0.70 0 0.02
HSL 272.41º 0.95% 0.64% -
HSV(B) 272.41º 0.7% 0.98% -
XYZ 36.42 20.62 92.5 -
YUV 123.94 199.14 160.85 -
System Red Green Blue C M Y K H S L
Decimal 170 76 250 0.32 0.70 0 0.02 272.41 0.95 0.64
Hex AA 4C FA 20 46 0 2 110 5F 40
Octal 252 114 372 40 106 0 2 420 137 100
Binary 10101010 1001100 11111010 100000 1000110 0 10 100010000 1011111 1000000

Color Harmonies of #AA4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CFA

Black with #AA4CFA

Text Example


Text Example

White with #AA4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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