Html Css Color HEX #AA4ACF Medium Orchid

📋 copy color: '#AA4ACF'

red 170 ◦ green 74 ◦ blue 207

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

Shades of Medium Orchid #AA4ACF

Tints of Medium Orchid #AA4ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 37.69%
G = 16.41%
B = 45.9%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA4ACF (or 0xAA4ACF) is known color: Medium Orchid. HEX triplet: AA, 4A and CF. RGB value is (170,74,207). Sum of RGB (Red+Green+Blue) = 170+74+207=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA4ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ACF is #55B530. Grayscale: #757575. Windows color (decimal): -5616945 or 13585066. OLE color: 13585066.

HSL color Cylindrical-coordinate representation of color #AA4ACF: hue angle of 283.31º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4ACF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 74 207 -
CMYK 0.18 0.64 0 0.19
HSL 283.31º 0.58% 0.55% -
HSV(B) 283.31º 0.64% 0.81% -
XYZ 30.29 17.95 60.9 -
YUV 117.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 170 74 207 0.18 0.64 0 0.19 283.31 0.58 0.55
Hex AA 4A CF 12 40 0 13 11B 3A 37
Octal 252 112 317 22 100 0 23 433 72 67
Binary 10101010 1001010 11001111 10010 1000000 0 10011 100011011 111010 110111

Color Harmonies of #AA4ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4ACF

Black with #AA4ACF

Text Example


Text Example

White with #AA4ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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