Html Css Color HEX #AA60CF Medium Orchid

📋 copy color: '#AA60CF'

red 170 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #AA60CF

Tints of Medium Orchid #AA60CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.3%

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

R = 35.94%
G = 20.3%
B = 43.76%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA60CF (or 0xAA60CF) is known color: Medium Orchid. HEX triplet: AA, 60 and CF. RGB value is (170,96,207). Sum of RGB (Red+Green+Blue) = 170+96+207=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60CF is #559F30. Grayscale: #828282. Windows color (decimal): -5611313 or 13590698. OLE color: 13590698.

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

Color convert

RGB 170 96 207 -
CMYK 0.18 0.54 0 0.19
HSL 280º 0.54% 0.59% -
HSV(B) 280º 0.54% 0.81% -
XYZ 32.02 21.42 61.48 -
YUV 130.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 170 96 207 0.18 0.54 0 0.19 280 0.54 0.59
Hex AA 60 CF 12 36 0 13 118 36 3B
Octal 252 140 317 22 66 0 23 430 66 73
Binary 10101010 1100000 11001111 10010 110110 0 10011 100011000 110110 111011

Color Harmonies of #AA60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60CF

Black with #AA60CF

Text Example


Text Example

White with #AA60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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