Html Css Color HEX #AA4CF9 Medium Orchid

📋 copy color: '#AA4CF9'

red 170 ◦ green 76 ◦ blue 249

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

Shades of Medium Orchid #AA4CF9

Tints of Medium Orchid #AA4CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 34.34%
G = 15.35%
B = 50.3%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA4CF9 (or 0xAA4CF9) is known color: Medium Orchid. HEX triplet: AA, 4C and F9. RGB value is (170,76,249). Sum of RGB (Red+Green+Blue) = 170+76+249=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA4CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CF9 is #55B306. Grayscale: #7B7B7B. Windows color (decimal): -5616391 or 16338090. OLE color: 16338090.

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

Color convert

RGB 170 76 249 -
CMYK 0.32 0.69 0 0.02
HSL 272.6º 0.94% 0.64% -
HSV(B) 272.6º 0.69% 0.98% -
XYZ 36.26 20.55 91.68 -
YUV 123.83 198.64 160.93 -
System Red Green Blue C M Y K H S L
Decimal 170 76 249 0.32 0.69 0 0.02 272.6 0.94 0.64
Hex AA 4C F9 20 45 0 2 111 5E 40
Octal 252 114 371 40 105 0 2 421 136 100
Binary 10101010 1001100 11111001 100000 1000101 0 10 100010001 1011110 1000000

Color Harmonies of #AA4CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CF9

Black with #AA4CF9

Text Example


Text Example

White with #AA4CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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