Html Css Color HEX #AB60CB Medium Orchid

📋 copy color: '#AB60CB'

red 171 ◦ green 96 ◦ blue 203

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

Shades of Medium Orchid #AB60CB

Tints of Medium Orchid #AB60CB

RGB

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

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

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

R = 36.38%
G = 20.43%
B = 43.19%

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

#AB60CB (or 0xAB60CB) is known color: Medium Orchid. HEX triplet: AB, 60 and CB. RGB value is (171,96,203). Sum of RGB (Red+Green+Blue) = 171+96+203=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60CB is #549F34. Grayscale: #828282. Windows color (decimal): -5545781 or 13328555. OLE color: 13328555.

HSL color Cylindrical-coordinate representation of color #AB60CB: hue angle of 282.06º 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 #AB60CB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 96 203 -
CMYK 0.16 0.53 0 0.20
HSL 282.06º 0.51% 0.59% -
HSV(B) 282.06º 0.53% 0.8% -
XYZ 31.76 21.34 58.94 -
YUV 130.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 171 96 203 0.16 0.53 0 0.20 282.06 0.51 0.59
Hex AB 60 CB 10 35 0 14 11A 33 3B
Octal 253 140 313 20 65 0 24 432 63 73
Binary 10101011 1100000 11001011 10000 110101 0 10100 100011010 110011 111011

Color Harmonies of #AB60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60CB

Black with #AB60CB

Text Example


Text Example

White with #AB60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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