Html Css Color HEX #AB60C6 Medium Orchid

📋 copy color: '#AB60C6'

red 171 ◦ green 96 ◦ blue 198

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

Shades of Medium Orchid #AB60C6

Tints of Medium Orchid #AB60C6

RGB

 RED value IS 171 (67.19% from 255) = 36.77%

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

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 36.77%
G = 20.65%
B = 42.58%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB60C6 (or 0xAB60C6) is known color: Medium Orchid. HEX triplet: AB, 60 and C6. RGB value is (171,96,198). Sum of RGB (Red+Green+Blue) = 171+96+198=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB60C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60C6 is #549F39. Grayscale: #818181. Windows color (decimal): -5545786 or 13000875. OLE color: 13000875.

HSL color Cylindrical-coordinate representation of color #AB60C6: hue angle of 284.12º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB60C6 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 96 198 -
CMYK 0.14 0.52 0 0.22
HSL 284.12º 0.47% 0.58% -
HSV(B) 284.12º 0.52% 0.78% -
XYZ 31.17 21.1 55.86 -
YUV 130.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 171 96 198 0.14 0.52 0 0.22 284.12 0.47 0.58
Hex AB 60 C6 E 34 0 16 11C 2F 3A
Octal 253 140 306 16 64 0 26 434 57 72
Binary 10101011 1100000 11000110 1110 110100 0 10110 100011100 101111 111010

Color Harmonies of #AB60C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60C6

Black with #AB60C6

Text Example


Text Example

White with #AB60C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60C6; }

 p { color: rgb(171,96,198); }

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

background-color css

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

 a { background-color: rgb(171,96,198); }

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

border-color css

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

 span { border-color: rgb(171,96,198); }

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