Html Css Color HEX #AA4CCF Medium Orchid

📋 copy color: '#AA4CCF'

red 170 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #AA4CCF

Tints of Medium Orchid #AA4CCF

RGB

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

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

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

R = 37.53%
G = 16.78%
B = 45.7%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA4CCF (or 0xAA4CCF) is known color: Medium Orchid. HEX triplet: AA, 4C and CF. RGB value is (170,76,207). Sum of RGB (Red+Green+Blue) = 170+76+207=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA4CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CCF is #55B330. Grayscale: #767676. Windows color (decimal): -5616433 or 13585578. OLE color: 13585578.

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

Color convert

RGB 170 76 207 -
CMYK 0.18 0.63 0 0.19
HSL 283.05º 0.58% 0.55% -
HSV(B) 283.05º 0.63% 0.81% -
XYZ 30.42 18.22 60.94 -
YUV 119.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 170 76 207 0.18 0.63 0 0.19 283.05 0.58 0.55
Hex AA 4C CF 12 3F 0 13 11B 3A 37
Octal 252 114 317 22 77 0 23 433 72 67
Binary 10101010 1001100 11001111 10010 111111 0 10011 100011011 111010 110111

Color Harmonies of #AA4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CCF

Black with #AA4CCF

Text Example


Text Example

White with #AA4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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