Html Css Color HEX #AA60CB Medium Orchid

📋 copy color: '#AA60CB'

red 170 ◦ green 96 ◦ blue 203

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

Shades of Medium Orchid #AA60CB

Tints of Medium Orchid #AA60CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 36.25%
G = 20.47%
B = 43.28%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA60CB (or 0xAA60CB) is known color: Medium Orchid. HEX triplet: AA, 60 and CB. RGB value is (170,96,203). Sum of RGB (Red+Green+Blue) = 170+96+203=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60CB is #559F34. Grayscale: #818181. Windows color (decimal): -5611317 or 13328554. OLE color: 13328554.

HSL color Cylindrical-coordinate representation of color #AA60CB: hue angle of 281.5º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA60CB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 96 203 -
CMYK 0.16 0.53 0 0.20
HSL 281.5º 0.51% 0.59% -
HSV(B) 281.5º 0.53% 0.8% -
XYZ 31.54 21.22 58.93 -
YUV 130.32 169.02 156.3 -
System Red Green Blue C M Y K H S L
Decimal 170 96 203 0.16 0.53 0 0.20 281.5 0.51 0.59
Hex AA 60 CB 10 35 0 14 119 33 3B
Octal 252 140 313 20 65 0 24 431 63 73
Binary 10101010 1100000 11001011 10000 110101 0 10100 100011001 110011 111011

Color Harmonies of #AA60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60CB

Black with #AA60CB

Text Example


Text Example

White with #AA60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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